From 33d094d13b521dac501c30b5afe40f4d260eee55 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sun, 25 Sep 2005 14:22:16 +0000 Subject: [PATCH] Make member variable private. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/prntbase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/prntbase.h b/include/wx/prntbase.h index 3a2fee6aba..23b60fca7d 100644 --- a/include/wx/prntbase.h +++ b/include/wx/prntbase.h @@ -95,6 +95,7 @@ public: static void SetPrintFactory( wxPrintFactory *factory ); static wxPrintFactory *GetFactory(); +private: static wxPrintFactory *m_factory; }; -- 2.47.2