summaryrefslogtreecommitdiff
path: root/libs/timecode
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-01-12 14:50:23 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-01-12 15:40:48 -0500
commitc3a00990b3a60d5437890d38d25b5c3f75259984 (patch)
tree1b74cf48135e90277a710ea72b5f2e99f6f44bad /libs/timecode
parent0a2a6aaabbcce2d5abd526ebb23e5f5b98dacd73 (diff)
add missing export/visibility macro
Diffstat (limited to 'libs/timecode')
-rw-r--r--libs/timecode/timecode/time.h2
1 files changed, 1 insertions, 1 deletions
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__