From e47d5006d231d3aac2b6727769387c2c8bbe4968 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 20 Jul 2015 13:41:58 +0200 Subject: [PATCH] Build fix for Windows refs #9647 --- lib/remote/url.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/remote/url.hpp b/lib/remote/url.hpp index aa68d2819..8e6eab10b 100644 --- a/lib/remote/url.hpp +++ b/lib/remote/url.hpp @@ -35,7 +35,7 @@ namespace icinga * * @ingroup base */ -class I2_BASE_API Url : public Object +class I2_REMOTE_API Url : public Object { public: DECLARE_PTR_TYPEDEFS(Url);