summaryrefslogtreecommitdiff
path: root/src/smt/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/model.h')
-rw-r--r--src/smt/model.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smt/model.h b/src/smt/model.h
index 8f4409b07..4c28704c3 100644
--- a/src/smt/model.h
+++ b/src/smt/model.h
@@ -25,7 +25,7 @@
namespace CVC4 {
-class Command;
+class NodeCommand;
class SmtEngine;
class Model;
@@ -48,7 +48,7 @@ class Model {
/** get number of commands to report */
size_t getNumCommands() const;
/** get command */
- const Command* getCommand(size_t i) const;
+ const NodeCommand* getCommand(size_t i) const;
/** get the smt engine that this model is hooked up to */
SmtEngine* getSmtEngine() { return &d_smt; }
/** get the smt engine (as a pointer-to-const) that this model is hooked up to */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback