From: Francesco Montorsi Date: Sun, 30 Mar 2008 23:04:47 +0000 (+0000) Subject: typo fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/eea9220dfa7880f4840854a613e04933f572d503 typo fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/app.h b/interface/app.h index 7d0f82bafd..0800797a62 100644 --- a/interface/app.h +++ b/interface/app.h @@ -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 className& wxGetApp(). @header{wx/app.h}