X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d9faa1fede04455b98de64001bcad46fa2061231..42013f4c2866589e8a0ce6eba992f6745aebb857:/interface/app.h 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}