X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..61c213fe224da24ce33c9187263e75a17ca83a04:/samples/xrc/xrcdemo.h diff --git a/samples/xrc/xrcdemo.h b/samples/xrc/xrcdemo.h index d41a649ddc..134c477a9a 100644 --- a/samples/xrc/xrcdemo.h +++ b/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(); - + }; //-----------------------------------------------------------------------------