]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.C
use ParagraphList::iterator a bit more
[lyx.git] / src / bufferparams.C
index bf655087175bc8c88dfc0b40aed4ab75c48173db..53b06e6e85877e21ac1453556168d71b00afcd6c 100644 (file)
@@ -309,7 +309,8 @@ void BufferParams::writeLaTeX(ostream & os, LaTeXFeatures & features,
 
                // Create a list with all the input encodings used
                // in the document
-               set<string> encodings = features.getEncodingSet(doc_encoding);
+               std::set<string> encodings =
+                       features.getEncodingSet(doc_encoding);
 
                os << "\\usepackage[";
                std::copy(encodings.begin(), encodings.end(),