aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 18018ca..11358ea 100644
--- a/main.cpp
+++ b/main.cpp
@@ -175,7 +175,7 @@ main(int argc, char **argv)
local_qregs.initialize();
QRegisters::locals = &local_qregs;
- ring.edit(NULL);
+ ring.edit((const gchar *)NULL);
/* add remaining arguments to unnamed buffer */
for (int i = 1; i < argc; i++) {