]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tooltip.h
cleanup - more reformatting
[wxWidgets.git] / include / wx / msw / tooltip.h
index 0ae7194df2c4b0c469225382cbd6997345e29080..367fe18a53c6dea2e10780dddb6b00973cb15fe0 100644 (file)
@@ -9,6 +9,11 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
+#ifndef _WX_MSW_TOOLTIP_H_
+#define _WX_MSW_TOOLTIP_H_
+
+#include "wx/object.h"
+
 class WXDLLEXPORT wxToolTip : public wxObject
 {
 public:
@@ -58,3 +63,4 @@ private:
     DECLARE_NO_COPY_CLASS(wxToolTip)
 };
 
+#endif // _WX_MSW_TOOLTIP_H_