From: Gunnar Beutner Date: Tue, 28 Oct 2014 17:09:52 +0000 (+0100) Subject: Build fix for Windows X-Git-Tag: v2.2.0~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5684ea2ac29bb064458c354390e0940ac86013b;p=icinga2 Build fix for Windows --- diff --git a/lib/config/typerule.hpp b/lib/config/typerule.hpp index 355913239..e4d20d411 100644 --- a/lib/config/typerule.hpp +++ b/lib/config/typerule.hpp @@ -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;