diff options
Diffstat (limited to 'p2pvr/daemon/unittests/mockScheduler.h')
-rw-r--r-- | p2pvr/daemon/unittests/mockScheduler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/p2pvr/daemon/unittests/mockScheduler.h b/p2pvr/daemon/unittests/mockScheduler.h index e90567b..c3640f6 100644 --- a/p2pvr/daemon/unittests/mockScheduler.h +++ b/p2pvr/daemon/unittests/mockScheduler.h @@ -2,8 +2,9 @@ #define P2PVR_MOCKS_SCHEDULER_H #include <p2pvr.h> +#include <visibility.h> -class MockScheduler : public P2PVR::Schedules { +class DLL_PUBLIC MockScheduler : public P2PVR::Schedules { public: void DoReschedule(const ::Ice::Current&) override; void DeleteSchedule(Ice::Int, const Ice::Current&) override; |