X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Ffont.h;h=12a14aba4e74086dee82c93d3a6464dd6159dee7;hp=0afd873e1ded8fdd2a02d5a0c69c5534a682531c;hb=8eedbed6e1f5b59e9714d7f857f486d8cf5f9434;hpb=d42d9740f542ac93f21b21ec9fab8558f9e87037 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 {