Fix from Pavel.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20406 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2007-09-21 02:10:50 +00:00
parent 51179197c6
commit 6881ac8c4c
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ void PDFOptions::writeFile(ostream & os) const
os << "\\pdf_quoted_options \"" << quoted_options << "\"\n";
}
void PDFOptions::writeLaTeX(odocstream &os) const
void PDFOptions::writeLaTeX(odocstringstream &os) const
{
if (!use_hyperref) return ;

View File

@ -30,7 +30,7 @@ public:
/// output to lyx header
void writeFile(std::ostream &) const;
/// output to tex header
void writeLaTeX(odocstream &) const;
void writeLaTeX(odocstringstream &) const;
/// read tokens from lyx header
std::string readToken(Lexer &lex, std::string const & token);
/// keep implicit hyperref settings