]> granicus.if.org Git - icinga2/commitdiff
Windows build fix.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 5 Feb 2013 12:19:01 +0000 (13:19 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 5 Feb 2013 12:19:01 +0000 (13:19 +0100)
lib/config/configcompilercontext.h
lib/config/configtype.h

index de2e80a76b9e19d033fb2f72cc661f9559807356..97a8d9e3234e9c63d10fbcf188da8fc6c305a550 100644 (file)
@@ -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);
index f66c31c340d74b9048d07cfb154cfd63755e5c30..c028092bc2ce2d06ffcc23d83a4f681917cb6b6b 100644 (file)
@@ -23,8 +23,6 @@
 namespace icinga\r
 {\r
 \r
-struct ConfigCompilerContext;\r
-\r
 /**\r
  * A configuration type. Used to validate config objects.\r
  *\r