Skip to content
Snippets Groups Projects
Commit 515c4181 authored by Anton Piccardo-Selg's avatar Anton Piccardo-Selg
Browse files

Refs #10883 Fix typo in VSI Cmake file

parent 1d5aa4c3
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ set( INCLUDE_FILES
inc/MantidVatesSimpleGuiViewWidgets/LibHelper.h
inc/MantidVatesSimpleGuiViewWidgets/MdViewerWidget.h
inc/MantidVatesSimpleGuiViewWidgets/MultisliceView.h
inc/MantidVatesSImpleGuiViewWidgets/RebinAlgorithmDialogProvider.h
inc/MantidVatesSimpleGuiViewWidgets/RebinAlgorithmDialogProvider.h
inc/MantidVatesSimpleGuiViewWidgets/SaveScreenshotReaction.h
inc/MantidVatesSimpleGuiViewWidgets/RebinnedSourcesManager.h
inc/MantidVatesSimpleGuiViewWidgets/StandardView.h
......
......@@ -64,8 +64,6 @@ namespace Mantid
Mantid::VATES::ADSWorkspaceProvider<Mantid::API::IMDEventWorkspace> m_adsWorkspaceProvider;
int m_binMdVersion;
QString m_binMdName;
QString m_lblInputWorkspace;
QString m_lblOutputWorkspace;
size_t m_binCutOffValue;
......
......@@ -38,8 +38,6 @@ namespace Mantid
}
RebinAlgorithmDialogProvider::RebinAlgorithmDialogProvider(QWidget* parent) :
m_binMdVersion(1),
m_binMdName("BinMD"),
m_lblInputWorkspace("InputWorkspace"),
m_lblOutputWorkspace("OutputWorkspace"),
m_binCutOffValue(50),
......
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