From a5a5a88dbf26210e1de5a1e8a3187bde55a064a5 Mon Sep 17 00:00:00 2001
From: Peter Parker <peter.parker@stfc.ac.uk>
Date: Tue, 14 Feb 2012 09:08:10 +0000
Subject: [PATCH] Refs #1419 - Fix error.

---
 Code/Mantid/Framework/DataHandling/src/Load.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Mantid/Framework/DataHandling/src/Load.cpp b/Code/Mantid/Framework/DataHandling/src/Load.cpp
index 5211c29ba49..97367c44ed0 100644
--- a/Code/Mantid/Framework/DataHandling/src/Load.cpp
+++ b/Code/Mantid/Framework/DataHandling/src/Load.cpp
@@ -64,7 +64,7 @@ namespace
   {
     if(fileNames.size() == 1)
     {
-      std::vector<std::vector<std::string>>::const_iterator first = fileNames.begin();
+      std::vector<std::vector<std::string> >::const_iterator first = fileNames.begin();
       if(first->size() == 1)
         return true;
     }
-- 
GitLab