add missing export/visibility macro
This commit is contained in:
parent
0a2a6aaabb
commit
c3a00990b3
@ -141,6 +141,6 @@ void LIBTIMECODE_API sample_to_timecode (
|
|||||||
|
|
||||||
} // namespace 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__
|
#endif // __timecode_time_h__
|
||||||
|
Loading…
Reference in New Issue
Block a user