From ae85cda9155e82f0442e414a73bdb3c4b69c5cfc Mon Sep 17 00:00:00 2001 From: Russell Taylor <taylorrj@ornl.gov> Date: Thu, 16 Dec 2010 19:52:59 +0000 Subject: [PATCH] Remove statement with incorrect capitalization, that clearly wasn't required anyway or it wouldn't have compiled. Naturally, refs #100. --- .../API/inc/MantidAPI/LoadAlgorithmFactory.h | 17 ++--------------- Code/Mantid/API/src/LoadAlgorithmFactory.cpp | 2 +- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/Code/Mantid/API/inc/MantidAPI/LoadAlgorithmFactory.h b/Code/Mantid/API/inc/MantidAPI/LoadAlgorithmFactory.h index c6128ee7651..fe85d7d1f77 100644 --- a/Code/Mantid/API/inc/MantidAPI/LoadAlgorithmFactory.h +++ b/Code/Mantid/API/inc/MantidAPI/LoadAlgorithmFactory.h @@ -23,24 +23,11 @@ #include "MantidKernel/DynamicFactory.h" #include "MantidKernel/SingletonHolder.h" #include "MantidAPI/IDataFileChecker.h" + namespace Mantid { -//---------------------------------------------------------------------- -// Forward declaration -//---------------------------------------------------------------------- -namespace kernel -{ - class Logger; -} - namespace API { - -//---------------------------------------------------------------------- -// Forward declaration -//---------------------------------------------------------------------- - - /** Creates instances of concrete DataFileLoder. The factory is a singleton that hands out shared pointers to the base DataFileLoder class. It overrides the base class DynamicFactory::create method so that only a single @@ -50,7 +37,7 @@ namespace API @author Sofia Antony @date 23/11/2010 - Copyright © 2008 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory + Copyright © 2010 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory This file is part of Mantid. diff --git a/Code/Mantid/API/src/LoadAlgorithmFactory.cpp b/Code/Mantid/API/src/LoadAlgorithmFactory.cpp index d36e507bd27..76ff99e42d7 100644 --- a/Code/Mantid/API/src/LoadAlgorithmFactory.cpp +++ b/Code/Mantid/API/src/LoadAlgorithmFactory.cpp @@ -27,4 +27,4 @@ namespace Mantid } } -} \ No newline at end of file +} -- GitLab