]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MacroTable.h
Fix build with GNU libstdc++ C++11 ABI
[lyx.git] / src / mathed / MacroTable.h
index 1c9decc3e7bef8adb43a91db5fafcbb4173acd84..3bd04ea917a54ccef6469b28e4c8271293ebf825 100644 (file)
@@ -62,6 +62,12 @@ public:
        ///
        std::string const requires() const;
        ///
+       bool hidden() const;
+       ///
+       docstring const xmlname() const;
+       ///
+       char const * MathMLtype() const;
+       ///
        void setSymbol(latexkeys const * sym) { sym_ = sym; }
 
        /// lock while being drawn to avoid recursions
@@ -158,7 +164,7 @@ public:
        ///
        void dump();
        ///
-       void getMacroNames(std::set<docstring> & names) const;
+       void getMacroNames(std::set<docstring> & names, bool gethidden) const;
 
        /// the global list
        static MacroTable & globalMacros();