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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/interactive_shell.h b/src/main/interactive_shell.h
index b00f8a8f4..4d60d3445 100644
--- a/src/main/interactive_shell.h
+++ b/src/main/interactive_shell.h
@@ -33,9 +33,10 @@ class Solver;
namespace parser {
class Parser;
- class SymbolManager;
}/* CVC4::parser namespace */
+class SymbolManager;
+
class CVC4_PUBLIC InteractiveShell
{
const Options& d_options;
@@ -51,7 +52,7 @@ class CVC4_PUBLIC InteractiveShell
static const unsigned s_historyLimit = 500;
public:
- InteractiveShell(api::Solver* solver, parser::SymbolManager* sm);
+ InteractiveShell(api::Solver* solver, SymbolManager* sm);
/**
* Close out the interactive session.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback