WIP: partially restore PlayerVideo transfer over network.
[dcpomatic.git] / src / lib / string_text.h
index 4063a688d96669ead8628b88f0a6d459c0c3fc4f..ef965d129059467858c5bd3f0900c6911ff6849b 100644 (file)
@@ -35,6 +35,8 @@ public:
                , outline_width (outline_width_)
        {}
 
+       void transfer_xml (xmlpp::Node* node) const;
+
        int outline_width;
 };