Skip to content
Snippets Groups Projects
Commit c15855c6 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Put NexusFileLoader into the correct namespace

parent 52b99020
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
#include "MantidKernel/NexusHDF5Descriptor.h"
#include "MantidKernel/System.h"
namespace Mantid::DataHandling {
namespace Mantid::API {
class DLLExport NexusFileLoader
: public API::IFileLoader<Mantid::Kernel::NexusHDF5Descriptor> {
......
......@@ -6,7 +6,7 @@
// SPDX - License - Identifier: GPL - 3.0 +
#include "MantidAPI/NexusFileLoader.h"
namespace Mantid::DataHandling {
namespace Mantid::API {
void NexusFileLoader::exec() {
// make sure the descriptor is initialized
if (!m_fileInfo) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment