Added missing I2_ICINGA_API specifier for the TimePeriod class.

This commit is contained in:
Gunnar Beutner 2013-01-22 10:14:08 +01:00
parent 989d7139f3
commit c2c7488089

View File

@ -23,7 +23,7 @@
namespace icinga namespace icinga
{ {
class TimePeriod : public DynamicObject { class I2_ICINGA_API TimePeriod : public DynamicObject {
public: public:
typedef shared_ptr<TimePeriod> Ptr; typedef shared_ptr<TimePeriod> Ptr;
typedef weak_ptr<TimePeriod> WeakPtr; typedef weak_ptr<TimePeriod> WeakPtr;
@ -43,4 +43,4 @@ public:
} }
#endif /* TIMEPERIOD_H */ #endif /* TIMEPERIOD_H */