X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dfe1eee3bb9ecde8c4490ea69c07b5030d69530c..112c5086e85454b320cdb45f2e16dc5f34e8b9d8:/src/generic/tipdlg.cpp diff --git a/src/generic/tipdlg.cpp b/src/generic/tipdlg.cpp index ef44a8057c..3ae7cd8462 100644 --- a/src/generic/tipdlg.cpp +++ b/src/generic/tipdlg.cpp @@ -34,13 +34,13 @@ #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()