mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
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. */
|
CompilerLinkExisting = 2 /**< Link objects to existing config items. */
|
||||||
};
|
};
|
||||||
|
|
||||||
struct ConfigCompilerError
|
struct I2_CONFIG_API ConfigCompilerError
|
||||||
{
|
{
|
||||||
bool Warning;
|
bool Warning;
|
||||||
String Message;
|
String Message;
|
||||||
@ -45,7 +45,7 @@ struct ConfigCompilerError
|
|||||||
/*
|
/*
|
||||||
* @ingroup config
|
* @ingroup config
|
||||||
*/
|
*/
|
||||||
class ConfigCompilerContext
|
class I2_CONFIG_API ConfigCompilerContext
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ConfigCompilerContext(void);
|
ConfigCompilerContext(void);
|
||||||
|
@ -23,8 +23,6 @@
|
|||||||
namespace icinga
|
namespace icinga
|
||||||
{
|
{
|
||||||
|
|
||||||
struct ConfigCompilerContext;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A configuration type. Used to validate config objects.
|
* A configuration type. Used to validate config objects.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user