Some operators need to have different visibility (as they're now used outside of libardour)
This commit is contained in:
parent
b42f9b138b
commit
6df001e9e1
@ -588,8 +588,8 @@ private:
|
|||||||
|
|
||||||
}; /* namespace ARDOUR */
|
}; /* namespace ARDOUR */
|
||||||
|
|
||||||
std::ostream& operator<< (std::ostream&, const ARDOUR::Meter&);
|
LIBARDOUR_API std::ostream& operator<< (std::ostream&, const ARDOUR::Meter&);
|
||||||
std::ostream& operator<< (std::ostream&, const ARDOUR::Tempo&);
|
LIBARDOUR_API 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::MetricSection&);
|
||||||
|
|
||||||
#endif /* __ardour_tempo_h__ */
|
#endif /* __ardour_tempo_h__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user