]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/checklst.h
don't use a floating point value as a boolean flag; gcc4 (correctly) complains when...
[wxWidgets.git] / include / wx / gtk1 / checklst.h
index b2afb54cf3dd113ac9ebf5f74baa20ba608700a2..a1766e7bb626198e0af027f1ac999716ab01ca9d 100644 (file)
 #ifndef __GTKCHECKLISTH__
 #define __GTKCHECKLISTH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface
-#endif
-
 // ----------------------------------------------------------------------------
 // macros
 // ----------------------------------------------------------------------------
@@ -32,7 +28,7 @@
 // wxCheckListBox
 // ----------------------------------------------------------------------------
 
-class wxCheckListBox : public wxListBox
+class WXDLLIMPEXP_CORE wxCheckListBox : public wxListBox
 {
 public:
     wxCheckListBox();