X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsettext.C;h=e0b8f1f5b35ef77a7f2bdc85ec5bb3384fbc66f5;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=b648a2407c4637408c1e859d2a9111ac1c31085a;hpb=570e57d5b9be102355a5c2088bec53b3da248fbd;p=lyx.git diff --git a/src/insets/insettext.C b/src/insets/insettext.C index b648a2407c..e0b8f1f5b3 100644 --- a/src/insets/insettext.C +++ b/src/insets/insettext.C @@ -792,7 +792,7 @@ InsetText::LocalDispatch(BufferView * bv, // and current buffer's textclass (number). */ LyXTextClassList::ClassList::size_type tclass = buffer->params.textclass; - pair layout = + std::pair layout = textclasslist.NumberOfLayout(tclass, arg); // If the entry is obsolete, use the new one instead.