]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/stattext.h
assert -> wxASSERT
[wxWidgets.git] / include / wx / msw / stattext.h
index 80d3f50a54cdd80389f18aabb670a2ff174e36f4..619418760682e8b90890561e0f7a5ae87886a10e 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_STATTEXT_H_
 #define _WX_STATTEXT_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "stattext.h"
 #endif
 
@@ -52,6 +52,7 @@ protected:
     virtual wxSize DoGetBestSize() const;
     virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const;
 
+
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticText)
 };