]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/textureentry.cpp
Wrap more GTK
[xonotic/netradiant.git] / radiant / textureentry.cpp
index c4bac5a1b9b81b1789aa4328c76d25aac5628751..6e6e9de827e69f1721cb0f9d037494e8c60d299e 100644 (file)
@@ -55,7 +55,7 @@ void EntryCompletion<StringList>::fill()
 template<class StringList>
 void EntryCompletion<StringList>::clear()
 {
-    gtk_list_store_clear(m_store);
+    m_store.clear();
 }
 
 template<class StringList>