Some operators need to have different visibility (as they're now used outside of libardour)

This commit is contained in:
John Emmas 2016-12-28 09:14:51 +00:00
parent b42f9b138b
commit 6df001e9e1

View File

@ -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__ */