removed static methods from wxAppTraitsBase, this doesn't work well in non-monolithic DLL build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -208,7 +208,7 @@ void wxAppConsole::Exit()
|
||||
|
||||
wxAppTraits *wxAppConsole::CreateTraits()
|
||||
{
|
||||
return wxAppTraits::CreateConsole();
|
||||
return new wxConsoleAppTraits;
|
||||
}
|
||||
|
||||
wxAppTraits *wxAppConsole::GetTraits()
|
||||
@@ -546,11 +546,6 @@ bool wxAppTraitsBase::ShowAssertDialog(const wxString& msg)
|
||||
|
||||
#endif // __WXDEBUG__
|
||||
|
||||
wxAppTraits *wxAppTraitsBase::CreateConsole()
|
||||
{
|
||||
return new wxConsoleAppTraits;
|
||||
}
|
||||
|
||||
// ============================================================================
|
||||
// global functions implementation
|
||||
// ============================================================================
|
||||
|
Reference in New Issue
Block a user