summaryrefslogtreecommitdiff
path: root/src/lib/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/font.h')
-rw-r--r--src/lib/font.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/font.h b/src/lib/font.h
index 0afd873e1..12a14aba4 100644
--- a/src/lib/font.h
+++ b/src/lib/font.h
@@ -54,6 +54,9 @@ public:
_content.data = data;
}
+ Font(Font const& other);
+ Font& operator=(Font const& other);
+
void as_xml (xmlpp::Node* node);
std::string id () const {