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:
parent
404d46099c
commit
003b8322f3
@ -114,7 +114,8 @@ public:
|
||||
|
||||
// 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
|
||||
wxFrame* GetParentFrame();
|
||||
|
@ -311,7 +311,7 @@ void wxFrameManager::AddView( wxFrameView* pFrmView )
|
||||
void wxFrameManager::RemoveView( wxFrameView* pFrmView )
|
||||
{
|
||||
// TBD::
|
||||
wxFAIL_MSG("wxFrameManager::RemoveView() has not been implemented yet.");
|
||||
wxFAIL_MSG( _T("wxFrameManager::RemoveView() has not been implemented yet.") );
|
||||
}
|
||||
|
||||
int wxFrameManager::GetActiveViewNo()
|
||||
|
Loading…
Reference in New Issue
Block a user