]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathData.h
simplify GuiToc / TocWidget interaction. Much can still be simplified...
[lyx.git] / src / mathed / MathData.h
index c235b2ce18e67d84bc5f29a40ea3e9f55b3fe64b..56da42ca38456831c7f79a9096ff3bb243750c4a 100644 (file)
@@ -181,7 +181,8 @@ private:
        ///
        void collectOptionalParameters(Cursor * cur, 
                const size_type numOptionalParams, std::vector<MathData> & params, 
-               size_t & pos, const pos_type macroPos, const int thisPos, const int thisSlice);
+               size_t & pos, MathAtom & scriptToPutAround,
+               const pos_type macroPos, const int thisPos, const int thisSlice);
        ///
        void collectParameters(Cursor * cur, 
                const size_type numParams, std::vector<MathData> & params,