]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/apptbase.h
implment wxBitmapButton::DoGetBestSize
[wxWidgets.git] / include / wx / msw / apptbase.h
index ef8db45012798a1461ee450545282971c0b9dba0..d6843d738df7a7c0f840f7dc1af6e277347b47c1 100644 (file)
@@ -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 wxToolkitInfoGetToolkitInfo();
 };
 
 #endif // _WX_MSW_APPTBASE_H_