No real changes, just correct "synonim" typo in comments.
Closes #11408. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -609,7 +609,7 @@ public:
|
||||
virtual void SetWindowStyleFlag( long style ) { m_windowStyle = style; }
|
||||
virtual long GetWindowStyleFlag() const { return m_windowStyle; }
|
||||
|
||||
// just some (somewhat shorter) synonims
|
||||
// just some (somewhat shorter) synonyms
|
||||
void SetWindowStyle( long style ) { SetWindowStyleFlag(style); }
|
||||
long GetWindowStyle() const { return GetWindowStyleFlag(); }
|
||||
|
||||
|
Reference in New Issue
Block a user