]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tooltip.h
made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG_LEVEL and added wxUSE_LOG_TRA...
[wxWidgets.git] / include / wx / msw / tooltip.h
index e8a086798105337d8e3eedd2257849f0cedbfe20..7575d5f3b02053e9b16361a3d27ac148b6ef1610 100644 (file)
@@ -76,7 +76,7 @@ private:
     wxWindow *m_window;         // window we're associated with
 
     DECLARE_ABSTRACT_CLASS(wxToolTip)
-    DECLARE_NO_COPY_CLASS(wxToolTip)
+    wxDECLARE_NO_COPY_CLASS(wxToolTip);
 };
 
 #endif // _WX_MSW_TOOLTIP_H_