]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettext.C
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insettext.C
index b648a2407c4637408c1e859d2a9111ac1c31085a..e0b8f1f5b35ef77a7f2bdc85ec5bb3384fbc66f5 100644 (file)
@@ -792,7 +792,7 @@ InsetText::LocalDispatch(BufferView * bv,
        // and current buffer's textclass (number). */    
        LyXTextClassList::ClassList::size_type tclass =
            buffer->params.textclass;
-       pair <bool, LyXTextClass::size_type> layout = 
+       std::pair <bool, LyXTextClass::size_type> layout = 
            textclasslist.NumberOfLayout(tclass, arg);
 
        // If the entry is obsolete, use the new one instead.