From c2c748808971a95fb5e456386451f21a694966b7 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 22 Jan 2013 10:14:08 +0100 Subject: [PATCH] Added missing I2_ICINGA_API specifier for the TimePeriod class. --- lib/icinga/timeperiod.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/icinga/timeperiod.h b/lib/icinga/timeperiod.h index fbf218482..481e794a5 100644 --- a/lib/icinga/timeperiod.h +++ b/lib/icinga/timeperiod.h @@ -23,7 +23,7 @@ namespace icinga { -class TimePeriod : public DynamicObject { +class I2_ICINGA_API TimePeriod : public DynamicObject { public: typedef shared_ptr Ptr; typedef weak_ptr WeakPtr; @@ -43,4 +43,4 @@ public: } -#endif /* TIMEPERIOD_H */ \ No newline at end of file +#endif /* TIMEPERIOD_H */ -- 2.40.0