diff --git a/Framework/DataHandling/inc/MantidDataHandling/NexusFileLoader.h b/Framework/DataHandling/inc/MantidDataHandling/NexusFileLoader.h index f77ed4b4f2a20d596d7f59e5f31b9cf2d7a9bdb4..e8b7c9e91c5942b7836a3844c03271f17dd0a7b6 100644 --- a/Framework/DataHandling/inc/MantidDataHandling/NexusFileLoader.h +++ b/Framework/DataHandling/inc/MantidDataHandling/NexusFileLoader.h @@ -22,6 +22,7 @@ public: const int &version = -1) override; virtual void setFileInfo(std::shared_ptr<Mantid::Kernel::NexusHDF5Descriptor> fileInfo); + private: std::shared_ptr<Mantid::Kernel::NexusHDF5Descriptor> m_fileInfo; };