From a5684ea2ac29bb064458c354390e0940ac86013b Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 28 Oct 2014 18:09:52 +0100 Subject: [PATCH] Build fix for Windows --- lib/config/typerule.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0