summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-08 23:28:17 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-08 23:28:17 +0100
commit6425742f95a4c2e539061b29016a4a5bd10ac9ae (patch)
tree9dd986f6ca187071811b7b94f3e5dc4e08c71988 /src/types.h
parent635c3ae7aee1cad4b871fcf0ddf02a8be1cdce78 (diff)
parent9e871b60fc7430650f239cfd9291ab65cb5aeba8 (diff)
Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
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 16908952..f364572b 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.