]> git.saurik.com Git - wxWidgets.git/commit - include/wx/app.h
Remove wxDECLARE_APP() from wxIMPLEMENT_APP_NO_MAIN().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 May 2012 13:17:22 +0000 (13:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 May 2012 13:17:22 +0000 (13:17 +0000)
commit458f68d0a7b60ac1366069bb7db57b64d1252fe0
treee3e6f7fc9845778703ed74004a7211684815a3d4
parentd157d142f6125ad80618769876f465adbce607e7
Remove wxDECLARE_APP() from wxIMPLEMENT_APP_NO_MAIN().

There is no need for a separate declaration inside wxIMPLEMENT_APP() as
wxGetApp() is defined by it and redeclaring it immediately after definition
results in a warning with some compilers/environments (Eclipse CDT).

The move of wxGetApp() to the beginning of the macro is only to ensure that a
semicolon is still required after wxIMPLEMENT_APP_NO_MAIN() and the other
macros terminating with it, such as wxIMPLEMENT_APP() itself.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/app.h