]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
another wxUSE_DRAG_AND_DROP==0 compilation fix
[wxWidgets.git] / include / wx / control.h
index 3d745c679ef9bd33ca12084c15bfbb11c050730e..e2db727b4c95da3f0ee9bae52aa19274d5c182db 100644 (file)
@@ -74,7 +74,7 @@ public:
 
     void SetLabelText(const wxString& text)
     {
-        return SetLabel(EscapeMnemonics(text));
+        SetLabel(EscapeMnemonics(text));
     }
 
     // static utilities: