summaryrefslogtreecommitdiff
path: root/src/main/interactive_shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/interactive_shell.h')
-rw-r--r--src/main/interactive_shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/interactive_shell.h b/src/main/interactive_shell.h
index 65fea8494..7f17b88d7 100644
--- a/src/main/interactive_shell.h
+++ b/src/main/interactive_shell.h
@@ -36,7 +36,7 @@ class CVC4_PUBLIC InteractiveShell {
std::istream& d_in;
std::ostream& d_out;
parser::Parser* d_parser;
- const InputLanguage d_language;
+ const Options& d_options;
bool d_quit;
bool d_usingReadline;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback