summaryrefslogtreecommitdiff
path: root/src/parser/input.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-11-26 14:39:56 +0000
committerMorgan Deters <mdeters@gmail.com>2012-11-26 14:39:56 +0000
commitd4de9caf21439e5b34b0b254e6de7a97c67817b5 (patch)
treea4831ddf25abc235d01a4a4f78ec27e106309dde /src/parser/input.h
parent945fb9f4c3ab671d47748a3a021a8481b705beac (diff)
some fixes to language bindings and function visibility
Diffstat (limited to 'src/parser/input.h')
-rw-r--r--src/parser/input.h4
1 files changed, 2 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;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback