virtual function hiding problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -140,7 +140,7 @@ public:
|
|||||||
#endif // wxUSE_MENUS
|
#endif // wxUSE_MENUS
|
||||||
|
|
||||||
virtual void SetTitle(const wxString& title);
|
virtual void SetTitle(const wxString& title);
|
||||||
virtual wxString GetTitle();
|
virtual wxString GetTitle() const;
|
||||||
|
|
||||||
virtual void Activate();
|
virtual void Activate();
|
||||||
|
|
||||||
@@ -256,7 +256,7 @@ private:
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef wxUSE_GENERIC_MDI_AS_NATIVE
|
#ifndef wxUSE_GENERIC_MDI_AS_NATIVE
|
||||||
#if defined(__WXUNIVERSAL__)
|
#if defined(__WXUNIVERSAL__) || defined(__WXPM__)
|
||||||
#define wxUSE_GENERIC_MDI_AS_NATIVE 1
|
#define wxUSE_GENERIC_MDI_AS_NATIVE 1
|
||||||
#else
|
#else
|
||||||
#define wxUSE_GENERIC_MDI_AS_NATIVE 0
|
#define wxUSE_GENERIC_MDI_AS_NATIVE 0
|
||||||
|
Reference in New Issue
Block a user