compilation fix after argv changes (move initialization from OnInitGui() to Initialize() where the original command line arguments are accessible)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-12-01 13:26:42 +00:00
parent c5c5395b60
commit 8ecf734646
2 changed files with 107 additions and 117 deletions

View File

@@ -56,8 +56,6 @@ public:
virtual bool Yield(bool onlyIfNeeded = false);
virtual void WakeUpIdle(); // implemented in motif/evtloop.cpp
virtual bool OnInitGui();
// implementation from now on
// --------------------------