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:
@@ -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 )
|
||||
|
||||
//@}
|
||||
|
||||
|
Reference in New Issue
Block a user