]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbox.h
Added wxPGCell::SetFont() and GetFont(); Documented wxPGCell class.
[wxWidgets.git] / include / wx / listbox.h
index fa924a53c44c1f100021b75b79c1c77695a7e737..cc15c6764e46ed44470f7a158bc5549ce5f6af2c 100644 (file)
@@ -111,7 +111,7 @@ protected:
         { return wxNOT_FOUND; }
 
 private:
-    DECLARE_NO_COPY_CLASS(wxListBoxBase)
+    wxDECLARE_NO_COPY_CLASS(wxListBoxBase);
 };
 
 // ----------------------------------------------------------------------------