]> git.saurik.com Git - wxWidgets.git/commitdiff
Added the missing keyword 'const' to the fix for virtual Clone() function
authorGeorge Tasker <gtasker@allenbrook.com>
Thu, 22 Nov 2001 14:03:40 +0000 (14:03 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Thu, 22 Nov 2001 14:03:40 +0000 (14:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/include/wx/fl/controlbar.h

index 83c3eaa5e3657d0d9853f2628382cbf162374d84..91f712bd27a9e7cc8a102cad48c27049f580ec9d 100644 (file)
@@ -1099,7 +1099,7 @@ public:
        */
 
        // Not used, but required
-    virtual wxEvent* Clone() { return NULL; }
+    virtual wxEvent* Clone() const { return NULL; }
 
 #if wxCHECK_VERSION(2,3,0)
        cbPluginEvent( wxEventType eventType, cbDockPane* pPane )