]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.cpp
Fix quotation marks in PDF TOC
[lyx.git] / src / insets / Inset.cpp
index 0257ed0c45f1c56dad489b94ccbda9811dc89e2d..397a8d0380db6f773df9689221d731b4fdde025a 100644 (file)
@@ -62,7 +62,7 @@ static InsetName insetnames[INSET_CODE_SIZE];
 
 
 // This list should be kept in sync with the list of dialogs in
-// src/frontends/qt4/GuiView.cpp, I.e., if a dialog goes with an
+// src/frontends/qt/GuiView.cpp, I.e., if a dialog goes with an
 // inset, the dialog should have the same name as the inset.
 // Changes should be also recorded in LFUN_DIALOG_SHOW doxygen
 // docs in LyXAction.cpp.
@@ -246,7 +246,7 @@ bool Inset::allowEmpty() const
 }
 
 
-bool Inset::forceLTR() const
+bool Inset::forceLTR(OutputParams const &) const
 {
        return getLayout().forceLTR();
 }