X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d368860323bf1f7e03e8ece4e8ce75f88d5ef7dc..d8090b5e2c5d980b243674c7d99b4b4200af39d4:/include/wx/init.h diff --git a/include/wx/init.h b/include/wx/init.h index 3ea8957cc3..90304ef918 100644 --- a/include/wx/init.h +++ b/include/wx/init.h @@ -55,7 +55,7 @@ extern int WXDLLIMPEXP_BASE wxEntry(int& argc, char **argv); // ---------------------------------------------------------------------------- // Using the library without (explicit) application object: you may avoid using -// DECLARE_APP and IMPLEMENT_APP macros and call the functions below instead at +// wxDECLARE_APP and wxIMPLEMENT_APP macros and call the functions below instead at // the program startup and termination // ----------------------------------------------------------------------------