mirror of https://github.com/Icinga/icinga2.git
Windows build fix.
This commit is contained in:
parent
7a150d2c29
commit
b735aae321
|
@ -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);
|
||||
|
|
|
@ -23,8 +23,6 @@
|
|||
namespace icinga
|
||||
{
|
||||
|
||||
struct ConfigCompilerContext;
|
||||
|
||||
/**
|
||||
* A configuration type. Used to validate config objects.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue