summaryrefslogtreecommitdiff
path: root/p2pvr/devices
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-01-24 21:09:32 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2016-01-24 21:09:32 +0000
commita667897646448ed831074bce8f923845c77665af (patch)
tree9cc4a98dd540218616b9e6cc9bb511b0e2ff9c46 /p2pvr/devices
parentRemove straggling use of Slicer::Deserialize in favour of more flexible Deser... (diff)
downloadp2pvr-a667897646448ed831074bce8f923845c77665af.tar.bz2
p2pvr-a667897646448ed831074bce8f923845c77665af.tar.xz
p2pvr-a667897646448ed831074bce8f923845c77665af.zip
Partially tested global visibility hidden in all projects
Diffstat (limited to 'p2pvr/devices')
-rw-r--r--p2pvr/devices/Jamfile.jam1
-rw-r--r--p2pvr/devices/mockTuner.h3
2 files changed, 2 insertions, 2 deletions
diff --git a/p2pvr/devices/Jamfile.jam b/p2pvr/devices/Jamfile.jam
index 47a68bc..f39256b 100644
--- a/p2pvr/devices/Jamfile.jam
+++ b/p2pvr/devices/Jamfile.jam
@@ -25,7 +25,6 @@ lib p2pvrdevices :
<library>..//p2common
<library>..//adhocutil
<implicit-dependency>../ice//p2pvrice
- <cflags>-fvisibility=hidden
: :
<library>boost_filesystem
<implicit-dependency>../ice//p2pvrice
diff --git a/p2pvr/devices/mockTuner.h b/p2pvr/devices/mockTuner.h
index aa51580..d640209 100644
--- a/p2pvr/devices/mockTuner.h
+++ b/p2pvr/devices/mockTuner.h
@@ -2,10 +2,11 @@
#define P2PVR_MOCKTUNER_H
#include <dvb.h>
+#include <visibility.h>
#include <Ice/BuiltinSequences.h>
#include <boost/thread.hpp>
-class MockTuner : public P2PVR::PrivateTuner {
+class DLL_PUBLIC MockTuner : public P2PVR::PrivateTuner {
public:
MockTuner();