make access for virtuals match base

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-12-20 06:08:00 +00:00
parent 18591d70d9
commit 901a462fd5
2 changed files with 6 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ public:
*borderOther = BORDER;
}
private:
protected:
// choose the default border for this window
virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }