diff --git a/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindow.cpp b/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindow.cpp index b46452ba5810335f5e28151d9e8b86e3bb62b36d..29f4352ce3d2536994cc53a61b141dc7516ce090 100644 --- a/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindow.cpp +++ b/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindow.cpp @@ -43,6 +43,8 @@ InstrumentWindow::~InstrumentWindow() {} /** * Load instrument window state from a Mantid project file * @param lines :: lines from the project file to load state from + * @param app :: handle to the application window + * @param fileVersion :: version of the Mantid project file * @return handle to the created instrument window */ IProjectSerialisable *InstrumentWindow::loadFromProject( diff --git a/MantidQt/MantidWidgets/inc/MantidQtMantidWidgets/InstrumentView/InstrumentWidgetTreeTab.h b/MantidQt/MantidWidgets/inc/MantidQtMantidWidgets/InstrumentView/InstrumentWidgetTreeTab.h index f073c0a8c4557145f284503c43959081436df823..cde4d3352052563ae49c6d93e9be05128400c06e 100644 --- a/MantidQt/MantidWidgets/inc/MantidQtMantidWidgets/InstrumentView/InstrumentWidgetTreeTab.h +++ b/MantidQt/MantidWidgets/inc/MantidQtMantidWidgets/InstrumentView/InstrumentWidgetTreeTab.h @@ -21,10 +21,8 @@ public: void initSurface() override; /// Load settings for the tree widget tab from a project file virtual void loadFromProject(const std::string &lines) override; - ; /// Save settings for the tree widget tab to a project file virtual std::string saveToProject() const override; - ; public slots: void selectComponentByName(const QString &name);