]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/textureentry.h
Merge branch 'NateEag-master-patch-12920' into 'master'
[xonotic/netradiant.git] / radiant / textureentry.h
index a09ae15453a477b0b00e86d75c17191577647855..ed2f9f5aee6d58ed4786645c98cd7d4cee5136eb 100644 (file)
@@ -35,7 +35,7 @@ class EntryCompletion {
     ui::ListStore m_store;
     IdleDraw m_idleUpdate;
 public:
-    EntryCompletion() : m_store(0), m_idleUpdate(UpdateCaller(*this))
+    EntryCompletion() : m_store(ui::null), m_idleUpdate(UpdateCaller(*this))
     {
     }