diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-24 04:15:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-24 04:15:26 +0100 |
| commit | ceaf7bc52712cb60708ed5eb5c62c5e463dd8e89 (patch) | |
| tree | c55e4b85ee30138ce83263045d77d01631378b2e /src/interop_load_font_node.h | |
| parent | 6c37cc1979b2a01205a888c4c98f3334685ee8dd (diff) | |
Tidying.
Diffstat (limited to 'src/interop_load_font_node.h')
| -rw-r--r-- | src/interop_load_font_node.h | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/interop_load_font_node.h b/src/interop_load_font_node.h index 17ce1893..6fe3fb1c 100644 --- a/src/interop_load_font_node.h +++ b/src/interop_load_font_node.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net> This file is part of libdcp. @@ -31,13 +31,21 @@ files in the program, then also delete it here. */ + +/** @file src/interop_load_font_node.h + * @brief InteropLoadFontNode class + */ + + #include "load_font_node.h" #include <libcxml/cxml.h> -#include <memory> #include <boost/optional.hpp> +#include <memory> + namespace dcp { + class InteropLoadFontNode : public LoadFontNode { public: @@ -48,7 +56,9 @@ public: std::string uri; }; + bool operator== (InteropLoadFontNode const & a, InteropLoadFontNode const & b); bool operator!= (InteropLoadFontNode const & a, InteropLoadFontNode const & b); + } |
