]> git.lyx.org Git - lyx.git/blobdiff - src/tests/dummy_functions.cpp
Amend febd1855eb: fix compilability
[lyx.git] / src / tests / dummy_functions.cpp
index ca6edc38d0ef2e0e85742652fb8a0c80761e24f2..190a44f6452e828b93cfcafb346538ab251db2ea 100644 (file)
@@ -5,6 +5,7 @@
 #include "LyXRC.h"
 
 #include "support/Messages.h"
+#include "xml.h"
 
 using namespace std;
 
@@ -49,4 +50,9 @@ string alignmentToCSS(LyXAlignment)
        return string();
 }
 
+namespace xml {
+docstring StartTag::writeTag() const { return docstring(); }
+docstring StartTag::writeEndTag() const { return docstring(); }
+}
+
 } // namespace lyx