]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textentry.cpp
vc6 did not like this (void function returning a value)
[wxWidgets.git] / src / msw / textentry.cpp
index 152098e35b79ecb5e1e72cb0e6d7d8b2a0e71a36..05bca2ac1c138c95467e74afa53c35204fb04842 100644 (file)
@@ -74,8 +74,9 @@ void wxTextEntry::Undo()
 \r
 void wxTextEntry::Redo()\r
 {\r
-    // same as Undo, since Undo undoes the undo\r
-    return Undo();\r
+    // same as Undo, since Undo undoes the undo
+    Undo();\r
+    return;\r
 }\r
 \r
 bool wxTextEntry::CanUndo() const\r