summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/tempo.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2016-12-28 09:14:51 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2016-12-28 09:14:51 +0000
commit6df001e9e146f247891415da8cf762fc80759645 (patch)
treec9655b6f2fd25767ff33bc5e6d66c444baf1144a /libs/ardour/ardour/tempo.h
parentb42f9b138bbaba89bfeb43112fb3e89c225944c4 (diff)
Some operators need to have different visibility (as they're now used outside of libardour)
Diffstat (limited to 'libs/ardour/ardour/tempo.h')
-rw-r--r--libs/ardour/ardour/tempo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/ardour/tempo.h b/libs/ardour/ardour/tempo.h
index 627618d8c3..6c760958db 100644
--- a/libs/ardour/ardour/tempo.h
+++ b/libs/ardour/ardour/tempo.h
@@ -588,8 +588,8 @@ private:
}; /* namespace ARDOUR */
-std::ostream& operator<< (std::ostream&, const ARDOUR::Meter&);
-std::ostream& operator<< (std::ostream&, const ARDOUR::Tempo&);
-std::ostream& operator<< (std::ostream&, const ARDOUR::MetricSection&);
+LIBARDOUR_API std::ostream& operator<< (std::ostream&, const ARDOUR::Meter&);
+LIBARDOUR_API std::ostream& operator<< (std::ostream&, const ARDOUR::Tempo&);
+LIBARDOUR_API std::ostream& operator<< (std::ostream&, const ARDOUR::MetricSection&);
#endif /* __ardour_tempo_h__ */