ports/x11/fleditor/patches/patch-src_editengine_cxx

13 lines
382 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/editengine.cxx
--- src/editengine.cxx.orig
+++ src/editengine.cxx
@@ -218,7 +218,7 @@ rclError EditorEngine::Command(EditorCommandTypes comm
return LastResult;
}
-rclError EditorEngine::Command(EditorCommandTypes command, const char *argument)
+rclError EditorEngine::Command(EditorCommandTypes command, char *argument)
{
LastResult = NOERROR;
switch (command)