From c3a00990b3a60d5437890d38d25b5c3f75259984 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 12 Jan 2014 14:50:23 -0500 Subject: add missing export/visibility macro --- libs/timecode/timecode/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/timecode') diff --git a/libs/timecode/timecode/time.h b/libs/timecode/timecode/time.h index 8db7828680..65cd3d7a13 100644 --- a/libs/timecode/timecode/time.h +++ b/libs/timecode/timecode/time.h @@ -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__ -- cgit v1.2.3