mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
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
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user