summaryrefslogtreecommitdiff
path: root/src/main/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/main.h')
-rw-r--r--src/main/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/main.h b/src/main/main.h
index 8277d366a..e4723a743 100644
--- a/src/main/main.h
+++ b/src/main/main.h
@@ -38,7 +38,7 @@ class CommandExecutor;
extern const char* progPath;
/** Just the basename component of argv[0] */
-extern const char* progName;
+extern const std::string* progName;
/** A reference for use by the signal handlers to print statistics */
extern CVC4::main::CommandExecutor* pExecutor;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback