annoying oversight - someday compilers will point this out

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton 2004-10-12 15:22:47 +00:00
parent 421f1954f9
commit 4413571533

View File

@ -70,7 +70,7 @@ wxWindow *wxToolTip::GetWindow() const
// set the delay after which the tooltip appears
//static
void SetDelay(long milliseconds)
void wxToolTip::SetDelay(long milliseconds)
{
//TODO
wxFAIL_MSG(wxT("Not implemented"));