summaryrefslogtreecommitdiff
path: root/src/smt/smt_solver.h
diff options
context:
space:
mode:
authorGereon Kremer <gkremer@stanford.edu>2020-12-10 01:10:36 +0100
committerGitHub <noreply@github.com>2020-12-09 16:10:36 -0800
commitcc6e04b4572180596ae25001d4a1b99884030a62 (patch)
tree39a881a7e71491d57f92793f16abc597a565dce2 /src/smt/smt_solver.h
parenta11084e760f3ddf4e95e9aeabada3c3e66810a99 (diff)
Fixed a bunch of clang warnings. (#5637)
Diffstat (limited to 'src/smt/smt_solver.h')
-rw-r--r--src/smt/smt_solver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/smt_solver.h b/src/smt/smt_solver.h
index e3cbea152..8b6ca3021 100644
--- a/src/smt/smt_solver.h
+++ b/src/smt/smt_solver.h
@@ -39,7 +39,7 @@ namespace smt {
class Assertions;
class SmtEngineState;
class Preprocessor;
-class SmtEngineStatistics;
+struct SmtEngineStatistics;
/**
* A solver for SMT queries.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback