src/XMLDocumentConstructor.h
branchv_0
changeset 25 0e8a58946c48
parent 24 ee72fccc5267
child 26 84ff7c97bfdc
--- a/src/XMLDocumentConstructor.h	Wed Nov 25 17:28:17 2020 +0100
+++ b/src/XMLDocumentConstructor.h	Sat Nov 28 23:52:01 2020 +0100
@@ -77,6 +77,9 @@
 	virtual ~XMLDocumentConstructor() {
 		yaml_parser_delete(&yamlParser);
 	}
+	
+	void setOption(const std::string& uri, const std::string& value) {
+	}
 
 	void process() {
 		current = parser->get_document()->create_root_node("yaml");