From: Gunnar Beutner Date: Tue, 5 Feb 2013 12:19:01 +0000 (+0100) Subject: Windows build fix. X-Git-Tag: v0.0.2~553 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b735aae3218decf70766de8abd33cc9ba9041bcd;p=icinga2 Windows build fix. --- diff --git a/lib/config/configcompilercontext.h b/lib/config/configcompilercontext.h index de2e80a76..97a8d9e32 100644 --- a/lib/config/configcompilercontext.h +++ b/lib/config/configcompilercontext.h @@ -32,7 +32,7 @@ enum ConfigCompilerFlag CompilerLinkExisting = 2 /**< Link objects to existing config items. */ }; -struct ConfigCompilerError +struct I2_CONFIG_API ConfigCompilerError { bool Warning; String Message; @@ -45,7 +45,7 @@ struct ConfigCompilerError /* * @ingroup config */ -class ConfigCompilerContext +class I2_CONFIG_API ConfigCompilerContext { public: ConfigCompilerContext(void); diff --git a/lib/config/configtype.h b/lib/config/configtype.h index f66c31c34..c028092bc 100644 --- a/lib/config/configtype.h +++ b/lib/config/configtype.h @@ -23,8 +23,6 @@ namespace icinga { -struct ConfigCompilerContext; - /** * A configuration type. Used to validate config objects. *