Fixes: Export the pretty printer.

This commit is contained in:
Roberto Raggi
2009-02-18 14:31:23 +01:00
parent ed3453e8ea
commit f5b32ef7b0

View File

@@ -42,7 +42,7 @@
CPLUSPLUS_BEGIN_HEADER
CPLUSPLUS_BEGIN_NAMESPACE
class PrettyPrinter: protected ASTVisitor
class CPLUSPLUS_EXPORT PrettyPrinter: protected ASTVisitor
{
public:
PrettyPrinter(Control *control, std::ostream &out);