diff --git a/src/generic/tipdlg.cpp b/src/generic/tipdlg.cpp index ef44a8057c..1b04b10df8 100644 --- a/src/generic/tipdlg.cpp +++ b/src/generic/tipdlg.cpp @@ -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()