X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8eaaeb23796c69ea0f67cbd48fc5f667d9823d0..59f098d159a85ad588c000a4528ea04200577781:/include/wx/msw/apptbase.h?ds=sidebyside diff --git a/include/wx/msw/apptbase.h b/include/wx/msw/apptbase.h index ef8db45012..d6843d738d 100644 --- a/include/wx/msw/apptbase.h +++ b/include/wx/msw/apptbase.h @@ -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_