Skip to content

Commit

Permalink
Fix windows export declarations. Refs #5397.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Jul 30, 2012
1 parent 8c8e761 commit 8164e11
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ namespace Mantid
/**
* Defines a factory for creating convolution types from a string
*/
class MDResolutionConvolutionFactoryImpl : public Kernel::DynamicFactory<MDResolutionConvolution>
class DLLExport MDResolutionConvolutionFactoryImpl
: public Kernel::DynamicFactory<MDResolutionConvolution>
{
private:
/// Base-class type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace Mantid
* Defines the Strontium-122 model of Ewings et al.
* This is model 207 in TobyFit.
*/
class Strontium122 : public ForegroundModel
class DLLExport Strontium122 : public ForegroundModel
{
public:
/// Constructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace Mantid
* It also serves as a cache for storing quicker lookups to frequently
* used distances and values, i.e twoTheta, phi etc.
*/
class Observation
class DLLExport Observation
{
public:
/// Constructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace Mantid
* combination from a given observation
*
*/
class ModeratorChopperResolution
class DLLExport ModeratorChopperResolution
{
public:
/// Constructor
Expand Down

0 comments on commit 8164e11

Please sign in to comment.