mirror of https://github.com/Icinga/icinga2.git
Added missing I2_ICINGA_API specifier for the TimePeriod class.
This commit is contained in:
parent
989d7139f3
commit
c2c7488089
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue