From 2c2883fc2253da9e3e4ae344bc7c0ce888d39ca9 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Wed, 29 Feb 2012 00:47:11 -0300 Subject: Removed all visibility macros from ApiExtractor since it's now a static lib. --- ApiExtractor/doxygenparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ApiExtractor/doxygenparser.h') diff --git a/ApiExtractor/doxygenparser.h b/ApiExtractor/doxygenparser.h index 1150f7ff7..6eb4ce1c1 100644 --- a/ApiExtractor/doxygenparser.h +++ b/ApiExtractor/doxygenparser.h @@ -26,7 +26,7 @@ #include "docparser.h" -class APIEXTRACTOR_API DoxygenParser : public DocParser +class DoxygenParser : public DocParser { public: DoxygenParser() {} -- cgit v1.2.3