]> git.saurik.com Git - wxWidgets.git/commitdiff
Made some member variables protected so derived classes can use them
authorJulian Smart <julian@anthemion.co.uk>
Wed, 2 Aug 2000 14:45:05 +0000 (14:45 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 2 Aug 2000 14:45:05 +0000 (14:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/splitter.h

index 0307f1902acd3e486b32b4c70b3cdaa01a3c61d8..3f4f31b1cdc65c0c23b4e6eeacf4dd1a0a6e83d1 100644 (file)
@@ -208,7 +208,7 @@ protected:
 
     void SendUnsplitEvent(wxWindow *winRemoved);
 
-private:
+protected:
     void Init();