]> git.saurik.com Git - wxWidgets.git/commitdiff
Make member variable private.
authorMattia Barbon <mbarbon@cpan.org>
Sun, 25 Sep 2005 14:22:16 +0000 (14:22 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 25 Sep 2005 14:22:16 +0000 (14:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/prntbase.h

index 3a2fee6aba611163796a605f9f8d402c61f447bb..23b60fca7d581bbf81b90136e573d7a24e062cbc 100644 (file)
@@ -95,6 +95,7 @@ public:
 
     static void SetPrintFactory( wxPrintFactory *factory );
     static wxPrintFactory *GetFactory();
+private:
     static wxPrintFactory *m_factory;
 };