Allow copy-construction of Font.
[dcpomatic.git] / src / lib / font.h
index 0afd873e1ded8fdd2a02d5a0c69c5534a682531c..12a14aba4e74086dee82c93d3a6464dd6159dee7 100644 (file)
@@ -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 {