]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/tipdlg.cpp
remove duplicate deletion
[wxWidgets.git] / src / generic / tipdlg.cpp
index ef44a8057cf19a0ce44eee7b162756cca7836a5a..3ae7cd8462f0f2d14d826a8f587495999bbb3920 100644 (file)
     #include "wx/button.h"
     #include "wx/checkbox.h"
     #include "wx/statbox.h"
-    #include "wx/statbmp.h"
     #include "wx/dialog.h"
     #include "wx/icon.h"
     #include "wx/intl.h"
     #include "wx/layout.h"
     #include "wx/settings.h"
     #include "wx/textctrl.h"
+    #include "wx/statbmp.h"
 #endif // WX_PRECOMP
 
 #include "wx/statline.h"
@@ -79,6 +79,13 @@ public:
 
     virtual wxString GetTip();
 };
+
+// Empty implementation for now to keep the linker happy
+wxString wxRegTipProvider::GetTip()
+{
+    return "";
+}
+
 #endif // __WIN32__
 
 // the dialog we show in wxShowTip()