]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/helpbase.h
add an assert indicating that old code overriding OnExecute() must be updated with 2.9
[wxWidgets.git] / include / wx / helpbase.h
index 614ccae69dce55f9dddf3e5ee8f095839e3d7c4c..bc913e7f21fcda363a8805f5913911cb473ffc99 100644 (file)
@@ -32,7 +32,7 @@ enum wxHelpSearchMode
 };
 
 // Defines the API for help controllers
-class WXDLLEXPORT wxHelpControllerBase: public wxObject
+class WXDLLIMPEXP_CORE wxHelpControllerBase: public wxObject
 {
 public:
     inline wxHelpControllerBase(wxWindow* parentWindow = NULL) { m_parentWindow = parentWindow; }