Unicode compilation fixes (patch 747793)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -114,7 +114,8 @@ public:
|
|||||||
|
|
||||||
// if file name is empty, views are are not saved/loaded
|
// if file name is empty, views are are not saved/loaded
|
||||||
|
|
||||||
virtual void Init( wxWindow* pMainFrame, const wxString& settingsFile = "" );
|
virtual void Init( wxWindow* pMainFrame,
|
||||||
|
const wxString& settingsFile = wxEmptyString );
|
||||||
|
|
||||||
// synonyms
|
// synonyms
|
||||||
wxFrame* GetParentFrame();
|
wxFrame* GetParentFrame();
|
||||||
|
@@ -311,7 +311,7 @@ void wxFrameManager::AddView( wxFrameView* pFrmView )
|
|||||||
void wxFrameManager::RemoveView( wxFrameView* pFrmView )
|
void wxFrameManager::RemoveView( wxFrameView* pFrmView )
|
||||||
{
|
{
|
||||||
// TBD::
|
// TBD::
|
||||||
wxFAIL_MSG("wxFrameManager::RemoveView() has not been implemented yet.");
|
wxFAIL_MSG( _T("wxFrameManager::RemoveView() has not been implemented yet.") );
|
||||||
}
|
}
|
||||||
|
|
||||||
int wxFrameManager::GetActiveViewNo()
|
int wxFrameManager::GetActiveViewNo()
|
||||||
|
Reference in New Issue
Block a user