13
0

add missing export/visibility macro

This commit is contained in:
Paul Davis 2014-01-12 14:50:23 -05:00
parent 0a2a6aaabb
commit c3a00990b3

View File

@ -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__