From aa0a9b831602426458096271e52089f7dacf4237 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Wed, 30 Jul 2008 06:51:50 +0000 Subject: [PATCH 1/1] Remove unnecessary FileName construction. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25996 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/graphics/PreviewLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/PreviewLoader.cpp b/src/graphics/PreviewLoader.cpp index 1a478a81ac..514b6253d3 100644 --- a/src/graphics/PreviewLoader.cpp +++ b/src/graphics/PreviewLoader.cpp @@ -354,7 +354,7 @@ InProgress::InProgress(string const & filename_base, PendingSnippets const & pending, string const & to_format) : pid(0), - metrics_file(FileName(filename_base + ".metrics")), + metrics_file(filename_base + ".metrics"), snippets(pending.size()) { PendingSnippets::const_iterator pit = pending.begin(); -- 2.39.5