From f5b32ef7b08f4c426d6a589437b138af22f691a1 Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Wed, 18 Feb 2009 14:31:23 +0100 Subject: [PATCH] Fixes: Export the pretty printer. --- src/shared/cplusplus/PrettyPrinter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/cplusplus/PrettyPrinter.h b/src/shared/cplusplus/PrettyPrinter.h index f20b8e360d6..fb2f790e5c9 100644 --- a/src/shared/cplusplus/PrettyPrinter.h +++ b/src/shared/cplusplus/PrettyPrinter.h @@ -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);