fixed command line parsing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -36,6 +36,8 @@
|
|||||||
class XmlResApp : public wxAppConsole
|
class XmlResApp : public wxAppConsole
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
// don't use builtin cmd line parsing:
|
||||||
|
virtual bool OnInit() { return true; }
|
||||||
|
|
||||||
virtual int OnRun();
|
virtual int OnRun();
|
||||||
|
|
||||||
|
@@ -36,6 +36,8 @@
|
|||||||
class XmlResApp : public wxAppConsole
|
class XmlResApp : public wxAppConsole
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
// don't use builtin cmd line parsing:
|
||||||
|
virtual bool OnInit() { return true; }
|
||||||
|
|
||||||
virtual int OnRun();
|
virtual int OnRun();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user