mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
add missing export/visibility macro
This commit is contained in:
parent
0a2a6aaabb
commit
c3a00990b3
1 changed files with 1 additions and 1 deletions
|
|
@ -141,6 +141,6 @@ void LIBTIMECODE_API sample_to_timecode (
|
|||
|
||||
} // namespace Timecode
|
||||
|
||||
std::ostream& operator<< (std::ostream& ostr, const Timecode::Time& t);
|
||||
extern LIBTIMECODE_API std::ostream& operator<< (std::ostream& ostr, const Timecode::Time& t);
|
||||
|
||||
#endif // __timecode_time_h__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue