]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetparent.C
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insetparent.C
index 3c6a7f2975012366f569ad65159cb71c97b8b4b6..9ad0f61bbb7985cc0e7a78ef2c7c067d94812cfd 100644 (file)
 #include "support/filetools.h"
 #include "BufferView.h"
 #include "LyXView.h"
-#include "lyxfunc.h"
 #include "commandtags.h"
 #include "buffer.h"
 #include "gettext.h"
+#include "lyxfunc.h"
 
 using std::ostream;
 
@@ -32,7 +32,7 @@ using std::ostream;
 InsetParent::InsetParent(InsetCommandParams const & p, Buffer const & bf)
        : InsetCommand(p)
 {
-       string fn = p.getContents();
+       string const fn = p.getContents();
        setContents(MakeAbsPath(fn, OnlyPath(bf.fileName())));
 }