X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=radiant%2Ftextureentry.h;h=ed2f9f5aee6d58ed4786645c98cd7d4cee5136eb;hb=HEAD;hp=a09ae15453a477b0b00e86d75c17191577647855;hpb=18d60f90d7603cb420150739251cf98519c57406;p=xonotic%2Fnetradiant.git diff --git a/radiant/textureentry.h b/radiant/textureentry.h index a09ae154..ed2f9f5a 100644 --- a/radiant/textureentry.h +++ b/radiant/textureentry.h @@ -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)) { }