]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacro.h
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / MathMacro.h
index f78aee1ba71c02a8ce38dfa4fa153bbdce3fcfcd..c09c1dd5315b3155c82b456d96ea7b2d02a4c2e7 100644 (file)
@@ -133,7 +133,7 @@ protected:
        /// update macro definition
        void updateMacro(MacroContext const & mc);
        /// check if macro definition changed, argument changed etc. and adapt
-       void updateRepresentation(Cursor const * bvCur);
+       void updateRepresentation();
        /// empty macro, put arguments into args, possibly strip arity-attachedArgsNum_ empty ones.
        /// Includes the optional arguments.
        void detachArguments(std::vector<MathData> & args, bool strip);