Private virtual functions are now protected, so that sub-classes can call them if necessary (and they appear in the API doc :)

This commit is contained in:
Laurent Gomila 2012-04-04 22:33:53 +02:00
parent 1a8488bd7b
commit 8c776f33c1
10 changed files with 67 additions and 59 deletions

View file

@ -423,7 +423,7 @@ public :
////////////////////////////////////////////////////////////
WindowHandle getSystemHandle() const;
private :
protected :
////////////////////////////////////////////////////////////
/// \brief Function called after the window has been created
@ -444,6 +444,8 @@ private :
////////////////////////////////////////////////////////////
virtual void onResize();
private:
////////////////////////////////////////////////////////////
/// \brief Processes an event before it is sent to the user
///