]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMacro.h
de.po
[lyx.git] / src / mathed / InsetMathMacro.h
index 7880aa01aac570a6c621503668aa0d5c11de19e5..80340df6f761f26db52c7b9b77796676e5635d09 100644 (file)
@@ -149,6 +149,8 @@ public:
        /// This is not used for display; however whether it is mathrel determines
        /// how to split equations intelligently.
        MathClass mathClass() const; //override
+       /// Override so as to set Buffer for defnition_ member, too.
+       void setBuffer(Buffer &);
 
 protected:
        friend class MathData;