]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/richtooltip.cpp
simplify code to return from the end of the function
[wxWidgets.git] / src / msw / richtooltip.cpp
index 4fd5c0206b527998f3edab0cb0788a88cf9a81f3..c1d0e5f2b9039d457d9a868b104021f5cc9dd3cc 100644 (file)
@@ -151,7 +151,7 @@ public:
         wxRichToolTipGenericImpl::SetTitleFont(font);
     }
 
         wxRichToolTipGenericImpl::SetTitleFont(font);
     }
 
-    virtual void ShowFor(wxWindow* win, wxRect* rect = NULL);
+    virtual void ShowFor(wxWindow* win, wxRect* rect)
     {
         // TODO: We could use native tooltip control to show native balloon
         //       tooltips for any window but right now we use the simple
     {
         // TODO: We could use native tooltip control to show native balloon
         //       tooltips for any window but right now we use the simple