From bccf841469dc000e78876b757a51b0cd2a9fc74f Mon Sep 17 00:00:00 2001 From: Janik Zikovsky <zikovskyjl@ornl.gov> Date: Fri, 25 Feb 2011 20:15:36 +0000 Subject: [PATCH] Refs #2016: Missing DLLExport's for some classes. --- .../Framework/MDEvents/inc/MantidMDEvents/BoxController.h | 2 +- Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/Dimension.h | 2 +- .../Framework/MDEvents/inc/MantidMDEvents/IMDEventWorkspace.h | 2 +- .../Framework/MDEvents/inc/MantidMDEvents/MDDimensionExtents.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/BoxController.h b/Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/BoxController.h index 364ed6e901f..e08baf02c3f 100644 --- a/Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/BoxController.h +++ b/Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/BoxController.h @@ -16,7 +16,7 @@ namespace MDEvents * @author Janik Zikovsky * @date Feb 21, 2011 */ - class BoxController + class DLLExport BoxController { public: diff --git a/Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/Dimension.h b/Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/Dimension.h index 0428431c8db..07802ca1ad2 100644 --- a/Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/Dimension.h +++ b/Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/Dimension.h @@ -16,7 +16,7 @@ namespace MDEvents * @author * @date 2011-02-25 13:55:55.698592 */ - class Dimension + class DLLExport Dimension { public: Dimension(); diff --git a/Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/IMDEventWorkspace.h b/Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/IMDEventWorkspace.h index 92011ab716f..e8931962765 100644 --- a/Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/IMDEventWorkspace.h +++ b/Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/IMDEventWorkspace.h @@ -21,7 +21,7 @@ namespace MDEvents * @date Dec 3, 2010 * * */ - DLLExport class IMDEventWorkspace : public API::Workspace + class DLLExport IMDEventWorkspace : public API::Workspace { public: diff --git a/Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/MDDimensionExtents.h b/Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/MDDimensionExtents.h index 1427eb2de73..eb1c1396e19 100644 --- a/Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/MDDimensionExtents.h +++ b/Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/MDDimensionExtents.h @@ -19,7 +19,7 @@ namespace MDEvents /** Simple class that holds the extents (min/max) * of a given dimension in a MD workspace or MDBox */ - DLLExport class MDDimensionExtents + class DLLExport MDDimensionExtents { public: -- GitLab