]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/helpwin.h
Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / include / wx / msw / helpwin.h
index 5af4f824e0beeefdc6ec3bb39460cade2a47c8e8..871ef5e3243741d674897d14eeed22259bf641c5 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        helpwin.h
+// Name:        wx/msw/helpwin.h
 // Purpose:     Help system: WinHelp implementation
 // Author:      Julian Smart
 // Modified by:
@@ -20,7 +20,7 @@
 
 class WXDLLIMPEXP_CORE wxWinHelpController: public wxHelpControllerBase
 {
-    DECLARE_CLASS(wxWinHelpController)
+    DECLARE_DYNAMIC_CLASS(wxWinHelpController)
 
 public:
     wxWinHelpController(wxWindow* parentWindow = NULL): wxHelpControllerBase(parentWindow) {}