]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macro.h
mathed cleanup, change mask for tmpdir
[features.git] / src / mathed / math_macro.h
index beabf01eb13e3ced4fdaccd390255767f0443629..63421ef3b8ca0f135cb2ca591275bbfd5f9593c0 100644 (file)
@@ -31,15 +31,14 @@ class MathMacroTemplate;
     \author Alejandro Aguilar Sierra <asierra@servidor.unam.mx>
     \version November 1996
  */
-class MathMacro : public MathParInset
-{
+class MathMacro : public MathParInset {
 public:
        /// A macro can only be builded from an existing template
        explicit
        MathMacro(MathMacroTemplate *);
        /// or from another macro.
        explicit
-       MathMacro(MathMacro *);
+       MathMacro(MathMacro const &);
        ///
        void draw(Painter &, int, int);
        ///