]> git.saurik.com Git - wxWidgets.git/commitdiff
typo fix
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 30 Mar 2008 23:04:47 +0000 (23:04 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 30 Mar 2008 23:04:47 +0000 (23:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/app.h

index 7d0f82bafd5e8887a75d022de1985cec058f63b8..0800797a62f4ca7f702c5f945b420e04393b57ac 100644 (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}