Windows build fix.

This commit is contained in:
Gunnar Beutner 2013-02-05 13:19:01 +01:00
parent 7a150d2c29
commit b735aae321
2 changed files with 2 additions and 4 deletions

View 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);

View File

@ -23,8 +23,6 @@
namespace icinga
{
struct ConfigCompilerContext;
/**
* A configuration type. Used to validate config objects.
*