]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statline.h
fixed sending duplicate EVT_COMBOBOX events; documented that GetValue() returns new...
[wxWidgets.git] / include / wx / msw / statline.h
index 3deda43eac652fd9897c4392d6ea37b141cde8c8..554bfb0151c006c3cac93a1d0755d25917ac89b0 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef _WX_MSW_STATLINE_H_
 #define _WX_MSW_STATLINE_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface
 #endif
 
@@ -43,7 +43,7 @@ public:
                  const wxString &name = wxStaticTextNameStr );
 
     // overriden base class virtuals
-    virtual bool AcceptsFocus() const { return FALSE; }
+    virtual bool AcceptsFocus() const { return false; }
 
 protected:
     // usually overridden base class virtuals