diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-01-24 21:09:32 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2016-01-24 21:09:32 +0000 |
commit | a667897646448ed831074bce8f923845c77665af (patch) | |
tree | 9cc4a98dd540218616b9e6cc9bb511b0e2ff9c46 /p2pvr/devices | |
parent | Remove straggling use of Slicer::Deserialize in favour of more flexible Deser... (diff) | |
download | p2pvr-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.jam | 1 | ||||
-rw-r--r-- | p2pvr/devices/mockTuner.h | 3 |
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(); |