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
1 changed files with 2 additions and 2 deletions

View File

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