]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tooltip.h
fixed wxALL_FILES definition in Unicode build
[wxWidgets.git] / include / wx / msw / tooltip.h
index d79dbfd01dda0dbd0b995d30cca54e6ee8a9b1d7..d1b1cb3b9c16a6d9df64bbbc20dd93b39634d114 100644 (file)
@@ -53,5 +53,7 @@ private:
 
     wxString  m_text;           // tooltip text
     wxWindow *m_window;         // window we're associated with
+
+    DECLARE_ABSTRACT_CLASS(wxToolTip)
 };