summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/comparable_shared_ptr.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-01-14 10:13:12 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-01-14 16:47:27 +0000
commit10a4b2d3eda15101d527249ad799c93bb1097d52 (patch)
treef18f9ca8eea4ddb047b8379a56f93f19596eda1d /libs/ardour/ardour/comparable_shared_ptr.h
parentcf806123ca5faaef483f898daba3f7bd38ec62eb (diff)
'libs/ardour' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date)
Diffstat (limited to 'libs/ardour/ardour/comparable_shared_ptr.h')
-rw-r--r--libs/ardour/ardour/comparable_shared_ptr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/comparable_shared_ptr.h b/libs/ardour/ardour/comparable_shared_ptr.h
index 0aaacd6659..f5e9cd346a 100644
--- a/libs/ardour/ardour/comparable_shared_ptr.h
+++ b/libs/ardour/ardour/comparable_shared_ptr.h
@@ -26,7 +26,7 @@
namespace ARDOUR {
template<typename T>
-class LIBARDOUR_API ComparableSharedPtr : public boost::shared_ptr<T>
+class /*LIBARDOUR_API*/ ComparableSharedPtr : public boost::shared_ptr<T>
, public boost::less_than_comparable<ComparableSharedPtr<T> >
{
public: