Skip to content

Commit

Permalink
Refs #12396. Fix MSVC linking errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsteve committed Aug 5, 2015
1 parent fd0148f commit 6b19991
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef MANTID_VATES_NORMALIZATION_H_
#define MANTID_VATES_NORMALIZATION_H_

#include "MantidAPI/DllConfig.h"
#include "MantidGeometry/MDGeometry/MDTypes.h"

namespace Mantid {
Expand Down Expand Up @@ -45,7 +46,7 @@ NormFuncIMDNodePtr makeMDEventNormalizationFunction(
/**
Determine which normalization function will be called on an IMDIterator of an IMDWorkspace
*/
Mantid::API::IMDIterator * createIteratorWithNormalization(
DLLExport Mantid::API::IMDIterator * createIteratorWithNormalization(
const VisualNormalization normalizationOption,
Mantid::API::IMDWorkspace const * const ws);

Expand Down

0 comments on commit 6b19991

Please sign in to comment.