summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-08 10:17:35 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-08 10:17:35 +0100
commit43515be4f21d92d66f28588bcd0dc93ee517d301 (patch)
tree165e1f458d331730e1b5e0de6bbdf772bf5ff9cb /src/types.h
parentf5f45d829527a439bca012c2cfa2104a735a58f1 (diff)
Expand read_smpte_subtitle_test somewhat.
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index ca7603ab..46881a60 100644
--- a/src/types.h
+++ b/src/types.h
@@ -147,6 +147,7 @@ public:
extern bool operator== (Fraction const & a, Fraction const & b);
extern bool operator!= (Fraction const & a, Fraction const & b);
+extern std::ostream& operator<< (std::ostream& s, Fraction const & f);
/** @struct EqualityOptions
* @brief A class to describe what "equality" means for a particular test.