git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-30 23:04:47 +00:00
parent cc669f240b
commit eea9220dfa

View File

@@ -665,7 +665,7 @@ public:
This is used in headers to create a forward declaration of the wxGetApp()
function implemented by IMPLEMENT_APP().
It creates the declaration @a className wxGetApp(void).
It creates the declaration <tt>className& wxGetApp()</tt>.
@header{wx/app.h}