Make sure that the ostream operator << (for class ChanCount) gets correctly exported from libardour
This commit is contained in:
@@ -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__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user