diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-20 22:25:55 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-20 22:25:55 +0000 |
| commit | 13a693315da47ee8c1306c92f9af2e95d4e6829e (patch) | |
| tree | 4eda98c12ba36b0df450f7d3000d1ec0f52925ac /src/interop_load_font.h | |
| parent | 6e4224ae8c9efa7f9e56e511531b7f53d8bd4f9c (diff) | |
Basic comparison of subtitle assets; tweaks to InteropLoadFont.
Diffstat (limited to 'src/interop_load_font.h')
| -rw-r--r-- | src/interop_load_font.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interop_load_font.h b/src/interop_load_font.h index b6043bd0..61f63ffb 100644 --- a/src/interop_load_font.h +++ b/src/interop_load_font.h @@ -30,10 +30,14 @@ class InteropLoadFont { public: InteropLoadFont () {} + InteropLoadFont (std::string id, std::string uri); InteropLoadFont (boost::shared_ptr<const cxml::Node> node); std::string id; std::string uri; }; +bool operator== (InteropLoadFont const & a, InteropLoadFont const & b); +bool operator!= (InteropLoadFont const & a, InteropLoadFont const & b); + } |
