]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettoc.C
Add support for compilers which do not have cname headers
[lyx.git] / src / insets / insettoc.C
index e93003c44318bc8e5d18f221572dcb4c0129d265..d56ff97a0913d1156ffbf25f4af7092efaee41e5 100644 (file)
@@ -18,14 +18,14 @@ void InsetTOC::Edit(int, int)
        current_view->getOwner()->getLyXFunc()->Dispatch(LFUN_TOCVIEW);
 }
 
-int InsetTOC::Linuxdoc(LString &file)
+int InsetTOC::Linuxdoc(string &file)
 {
        file += "<toc>";
        return 0;
 }
 
 
-int InsetTOC::DocBook(LString &file)
+int InsetTOC::DocBook(string &file)
 {
        file += "<toc></toc>";
        return 0;