]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpwnd.h
cleanup - more reformatting
[wxWidgets.git] / include / wx / html / helpwnd.h
index d8f082554c42bf968f17cfe7f2fab0e305b79428..03c97046648c4ad31859eb27cc1669f45c4355ea 100644 (file)
@@ -312,13 +312,14 @@ public:
 private:
     wxString    m_url;
 
-    DECLARE_DYNAMIC_CLASS(wxHtmlWindowEvent);
+    DECLARE_DYNAMIC_CLASS(wxHtmlWindowEvent)
 };
 
 typedef void (wxEvtHandler::*wxHtmlWindowEventFunction)(wxHtmlWindowEvent&);
 
 BEGIN_DECLARE_EVENT_TYPES()
-    DECLARE_EVENT_TYPE(wxEVT_COMMAND_HTMLWINDOW_URL_CLICKED, 1000)
+    DECLARE_EXPORTED_EVENT_TYPE(WXDLLIMPEXP_HTML,
+                                wxEVT_COMMAND_HTMLWINDOW_URL_CLICKED, 1000)
 END_DECLARE_EVENT_TYPES()
 
 #define EVT_HTMLWINDOW_URL_CLICKED(id, fn) DECLARE_EVENT_TABLE_ENTRY( wxEVT_COMMAND_HTMLWINDOW_URL_CLICKED, id, -1, (wxObjectEventFunction) (wxEventFunction) (wxHtmlWindowEventFunction) & fn, (wxObject *) NULL ),