]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tooltip.h
Unset the debug report preview dialog as critical window when it's hidden.
[wxWidgets.git] / include / wx / msw / tooltip.h
index 24b2ee9b26a1d77c0f7d7f7c4c5fc91ec4adf9e8..c720ae3dc2aa4916b5fec9355ae57993f00bff53 100644 (file)
@@ -13,6 +13,7 @@
 #define _WX_MSW_TOOLTIP_H_
 
 #include "wx/object.h"
+#include "wx/gdicmn.h"
 
 class WXDLLIMPEXP_FWD_CORE wxWindow;
 
@@ -22,10 +23,10 @@ public:
     // ctor & dtor
     wxToolTip(const wxString &tip);
     virtual ~wxToolTip();
-    
+
     // ctor used by wxStatusBar to associate a tooltip to a portion of
     // the status bar window:
-    wxToolTip(wxWindow* win, unsigned int id, 
+    wxToolTip(wxWindow* win, unsigned int id,
               const wxString &tip, const wxRect& rc);
 
     // accessors