Fixed some function/define paramter names to match old docs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2008-03-14 08:05:31 +00:00
parent 8af7f7c125
commit 7baebf867b
2 changed files with 8 additions and 8 deletions

View File

@@ -626,7 +626,7 @@ public:
DECLARE_APP(MyApp)
@endcode
*/
#define DECLARE_APP( appClassName )
#define DECLARE_APP( className )
/**
This is used in the application class implementation file to make the
@@ -642,7 +642,7 @@ public:
@see DECLARE_APP().
*/
#define IMPLEMENT_APP( appClassName )
#define IMPLEMENT_APP( className )
//@}