X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8eaaeb23796c69ea0f67cbd48fc5f667d9823d0..8397cab4dafee82a887785a80ab8f588a68d9f27:/include/wx/msw/apptbase.h diff --git a/include/wx/msw/apptbase.h b/include/wx/msw/apptbase.h index ef8db45012..6105eca8ee 100644 --- a/include/wx/msw/apptbase.h +++ b/include/wx/msw/apptbase.h @@ -5,7 +5,7 @@ // Modified by: // Created: 22.06.2003 // RCS-ID: $Id$ -// Copyright: (c) 2003 Vadim Zeitlin +// Copyright: (c) 2003 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -47,7 +47,7 @@ public: // under MSW this function returns same version for both console and GUI // applications so we can implement it directly in the base class and only // override it wxGUIAppTraits to fill in toolkit information - virtual wxToolkitInfo *GetToolkitInfo(); + virtual wxToolkitInfo& GetToolkitInfo(); }; #endif // _WX_MSW_APPTBASE_H_