]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMacro.cpp
Fix creationCode() of GuiPrintNomencl
[lyx.git] / src / mathed / InsetMathMacro.cpp
index 3abd751d9c2b73e29f8c823f100680dd0f395fe1..3a8ec4de0acd8ddda52d837a8db8c58de56f747e 100644 (file)
@@ -1318,4 +1318,10 @@ void InsetMathMacro::completionPosAndDim(Cursor const & cur, int & x, int & y,
 }
 
 
+void InsetMathMacro::setBuffer(Buffer & buffer)
+{
+       d->definition_.setBuffer(buffer);
+       InsetMathNest::setBuffer(buffer);
+}
+
 } // namespace lyx