Make sure that the ostream operator << (for class ChanCount) gets correctly exported from libardour

This commit is contained in:
John Emmas
2015-08-09 15:32:52 +01:00
parent 76cb365a3d
commit d3eb2f6e69

View File

@@ -154,7 +154,7 @@ private:
} // namespace ARDOUR
std::ostream& operator<<(std::ostream& o, const ARDOUR::ChanCount& c);
LIBARDOUR_API std::ostream& operator<<(std::ostream& o, const ARDOUR::ChanCount& c);
#endif // __ardour_chan_count_h__