summaryrefslogtreecommitdiff
path: root/src/interop_load_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interop_load_font.h')
-rw-r--r--src/interop_load_font.h4
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);
+
}