summaryrefslogtreecommitdiff
path: root/src/smt/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/command.cpp')
-rw-r--r--src/smt/command.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smt/command.cpp b/src/smt/command.cpp
index 70302088b..c10b2c4ea 100644
--- a/src/smt/command.cpp
+++ b/src/smt/command.cpp
@@ -1258,8 +1258,8 @@ std::string GetInstantiationsCommand::getCommandName() const throw() {
/* class GetSynthSolutionCommand */
-GetSynthSolutionCommand::GetSynthSolutionCommand() throw() {
-}
+GetSynthSolutionCommand::GetSynthSolutionCommand() throw()
+ : d_smtEngine(nullptr) {}
void GetSynthSolutionCommand::invoke(SmtEngine* smtEngine) {
try {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback