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}