X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ac0c857aaa9b48724ed973a3fd28cdf7afaee530..682214d5c6ec3e56dbdfd0c97d70d87e614b38c2:/include/wx/gtk/mdi.h diff --git a/include/wx/gtk/mdi.h b/include/wx/gtk/mdi.h index 97819e9c1b..b6e054b648 100644 --- a/include/wx/gtk/mdi.h +++ b/include/wx/gtk/mdi.h @@ -11,7 +11,7 @@ #ifndef __MDIH__ #define __MDIH__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface #endif @@ -144,7 +144,7 @@ public: #endif // no size hints - virtual void SetSizeHints( int WXUNUSED(minW), + virtual void DoSetSizeHints( int WXUNUSED(minW), int WXUNUSED(minH), int WXUNUSED(maxW) = -1, int WXUNUSED(maxH) = -1,