]> git.saurik.com Git - wxWidgets.git/commitdiff
fix virtual override broken in r58875
authorPaul Cornett <paulcor@bullseye.com>
Tue, 28 Feb 2012 17:06:56 +0000 (17:06 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Tue, 28 Feb 2012 17:06:56 +0000 (17:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/statbox.h

index 07729e8ffca0c32ca808aee3c080bc09aac49d44..77c3393310e13187dfff4c15e383b37d041c6808 100644 (file)
@@ -40,7 +40,7 @@ public:
 
     // implementation
 
 
     // implementation
 
-    virtual bool IsTransparentForMouse() const { return true; }
+    virtual bool GTKIsTransparentForMouse() const { return true; }
 
     virtual void GetBordersForSizer(int *borderTop, int *borderOther) const;
 
 
     virtual void GetBordersForSizer(int *borderTop, int *borderOther) const;