summaryrefslogtreecommitdiff
path: root/src/main/getopt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/getopt.cpp')
-rw-r--r--src/main/getopt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/getopt.cpp b/src/main/getopt.cpp
index b319b7293..df94ef9ab 100644
--- a/src/main/getopt.cpp
+++ b/src/main/getopt.cpp
@@ -107,7 +107,7 @@ const char *progPath;
const char *progName;
/** Parse argc/argv and put the result into a CVC4::Options struct. */
-int parseOptions(int argc, char** argv, CVC4::Options* opts)
+int parseOptions(int argc, char* argv[], CVC4::Options* opts)
throw(OptionException) {
progPath = progName = argv[0];
int c;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback