]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetparent.C
reformatting and remove using delc
[lyx.git] / src / insets / insetparent.C
index 3c6a7f2975012366f569ad65159cb71c97b8b4b6..128ee44b04de2ae93e90427db13bc10c41512c47 100644 (file)
@@ -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())));
 }