]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulamacro.h
make \newcommand{\bb}[1]{\mathbf{#1}} work for read/write/display.
[lyx.git] / src / mathed / formulamacro.h
index 44682779540246bdf843a25e66b2456ccb07c346..19734215f2f2ecf9ece64f4e0b4f10ba5a675b6e 100644 (file)
@@ -68,12 +68,10 @@ public:
        ///
        MathInsetTypes getType() const;
        ///
-       MathInset const * par() const;
+       MathAtom const & par() const;
        ///
-       void metrics() const;
+       MathAtom & par();
 private:
-       ///
-       MathMacroTemplate const & tmacro() const;
        /// prefix in inset
        string prefix() const;
 };