Build fix for Windows

This commit is contained in:
Gunnar Beutner 2014-10-28 18:09:52 +01:00
parent 8fdb2835e5
commit a5684ea2ac
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace icinga
*
* @ingroup config
*/
class TypeRuleUtilities
class I2_CONFIG_API TypeRuleUtilities
{
public:
virtual bool ValidateName(const String& type, const String& name, String *hint) const;