X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..b76069e27f07c9c2fe0557cc9ae9ebbb24370023:/contrib/samples/xrc/xrcdemo.h?ds=sidebyside diff --git a/contrib/samples/xrc/xrcdemo.h b/contrib/samples/xrc/xrcdemo.h index d41a649ddc..134c477a9a 100644 --- a/contrib/samples/xrc/xrcdemo.h +++ b/contrib/samples/xrc/xrcdemo.h @@ -39,12 +39,12 @@ class MyApp : public wxApp public: // Override base class virtuals: - // wxApp::OnInit() is called on application startup and is a good place - // for the app initialization (doing it here and not in the ctor - // allows to have an error return: if OnInit() returns false, the + // wxApp::OnInit() is called on application startup and is a good place + // for the app initialization (doing it here and not in the ctor + // allows to have an error return: if OnInit() returns false, the // application terminates) virtual bool OnInit(); - + }; //-----------------------------------------------------------------------------