summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parser/input.h4
-rw-r--r--src/smt/smt_engine.i1
2 files changed, 3 insertions, 2 deletions
diff --git a/src/parser/input.h b/src/parser/input.h
index 586b35231..0203ed806 100644
--- a/src/parser/input.h
+++ b/src/parser/input.h
@@ -45,7 +45,7 @@ public:
};
/** Wrapper around an input stream. */
-class InputStream {
+class CVC4_PUBLIC InputStream {
/** The name of this input stream. */
std::string d_name;
@@ -73,7 +73,7 @@ public:
/** Get the name of this input stream. */
const std::string getName() const;
-};
+};/* class InputStream */
class Parser;
diff --git a/src/smt/smt_engine.i b/src/smt/smt_engine.i
index 7fdb59467..c53bb8ce5 100644
--- a/src/smt/smt_engine.i
+++ b/src/smt/smt_engine.i
@@ -4,5 +4,6 @@
%ignore CVC4::SmtEngine::getProof;
%ignore CVC4::stats::getStatisticsRegistry(SmtEngine*);
+%ignore CVC4::smt::beforeSearch(std::string, bool, SmtEngine*);
%include "smt/smt_engine.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback