]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/prntbase.h
Back to 'unsigned int' after reasearch of 'size_t' problems.
[wxWidgets.git] / include / wx / prntbase.h
index 290a10851fbef36bc0804f7e981ea8c80a6eb95d..23b60fca7d581bbf81b90136e573d7a24e062cbc 100644 (file)
 #ifndef _WX_PRNTBASEH__
 #define _WX_PRNTBASEH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "prntbase.h"
-#endif
-
 #include "wx/defs.h"
 
 #if wxUSE_PRINTING_ARCHITECTURE
@@ -99,6 +95,7 @@ public:
 
     static void SetPrintFactory( wxPrintFactory *factory );
     static wxPrintFactory *GetFactory();
+private:
     static wxPrintFactory *m_factory;
 };