From 6f6f23c9199474a5475ddf112bd18a3de0cfbb48 Mon Sep 17 00:00:00 2001 From: Vickie Lynch <lynchve@ornl.gov> Date: Mon, 26 Sep 2011 20:44:07 +0000 Subject: [PATCH] Refs #3851 fix Poco line --- Code/Mantid/Framework/DataHandling/src/LoadEventPreNexus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/DataHandling/src/LoadEventPreNexus.cpp b/Code/Mantid/Framework/DataHandling/src/LoadEventPreNexus.cpp index c35faa61ac5..bfb45316317 100644 --- a/Code/Mantid/Framework/DataHandling/src/LoadEventPreNexus.cpp +++ b/Code/Mantid/Framework/DataHandling/src/LoadEventPreNexus.cpp @@ -236,7 +236,7 @@ static string generateMappingfileName(EventWorkspace_sptr &wksp) if (!base.exists()) { instrument = Kernel::ConfigService::Instance().getInstrument(instrument).shortName(); - base = ("/SNS/" + instrument + "/"); + base = Poco::File("/SNS/" + instrument + "/"); if (!base.exists()) return ""; } -- GitLab