]> git.lyx.org Git - features.git/blobdiff - src/mathed/MacroTable.h
Make macro xhtml export more secure
[features.git] / src / mathed / MacroTable.h
index 1c9decc3e7bef8adb43a91db5fafcbb4173acd84..97029a3df00f52a004026668597d952cb63f5ce4 100644 (file)
@@ -62,6 +62,10 @@ public:
        ///
        std::string const requires() const;
        ///
+       docstring const xmlname() const;
+       ///
+       char const * MathMLtype() const;
+       ///
        void setSymbol(latexkeys const * sym) { sym_ = sym; }
 
        /// lock while being drawn to avoid recursions