]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Fix compile
authorTimePath <andrew.hardaker1995@gmail.com>
Sun, 6 Aug 2017 11:11:56 +0000 (21:11 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Sun, 6 Aug 2017 11:11:56 +0000 (21:11 +1000)
radiant/mainframe.cpp

index 3195f8d3e031c5d15e430a56f8f0da5ef1aa149f..b54ff8277f8344d536b75bd934e8d00342769c82 100644 (file)
@@ -2520,7 +2520,7 @@ MainFrame::MainFrame() : m_idleRedrawStatusText( RedrawStatusTextCaller( *this )
        m_pActiveXY = 0;
 
        for (auto &n : m_pStatusLabel) {
        m_pActiveXY = 0;
 
        for (auto &n : m_pStatusLabel) {
-        n = ui::Label{ui::null};
+        n = NULL;
        }
 
        m_bSleeping = false;
        }
 
        m_bSleeping = false;