Skip to content

Commit

Permalink
Refs #10263. Exporting symbols for DLL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wedel committed Jan 16, 2015
1 parent 9c9f09f commit a64996a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/SINQ/inc/MantidSINQ/PoldiFitPeaks1D2.h
Expand Up @@ -14,7 +14,7 @@
namespace Mantid {
namespace Poldi {
/// Helper class for refining peaks with overlapping ranges
class RefinedRange {
class MANTID_SINQ_DLL RefinedRange {
public:
RefinedRange(const PoldiPeak_sptr &peak, double fwhmMultiples);
RefinedRange(double xStart, double xEnd,
Expand Down Expand Up @@ -49,7 +49,7 @@ class RefinedRange {

typedef boost::shared_ptr<RefinedRange> RefinedRange_sptr;

bool operator<(const RefinedRange_sptr &lhs, const RefinedRange_sptr &rhs);
bool MANTID_SINQ_DLL operator<(const RefinedRange_sptr &lhs, const RefinedRange_sptr &rhs);

/** PoldiFitPeaks1D2 :
Expand Down

0 comments on commit a64996a

Please sign in to comment.