mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Add a visibility specifier that's now needed
Following the introduction of 'Pianoroll::region_prop_change()' (commit #29833d75c9) the operator<< (for PBD::PropertyChange) now needs to be visible outside of libpbd
This commit is contained in:
parent
292e722758
commit
d285ff365e
1 changed files with 1 additions and 1 deletions
|
|
@ -173,6 +173,6 @@ private:
|
|||
}
|
||||
|
||||
namespace std {
|
||||
ostream& operator<< (std::ostream& os, PBD::PropertyChange const & pc);
|
||||
LIBPBD_API ostream& operator<< (std::ostream& os, PBD::PropertyChange const & pc);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue