]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacro.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / MathMacro.h
index f78aee1ba71c02a8ce38dfa4fa153bbdce3fcfcd..5edac1df786bfd7df3cc63bc82068532135e1ef7 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Alejandro Aguilar Sierra
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -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);