Skip to content

Commit

Permalink
Fix more 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 8164e11 commit 2eb3327
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace Mantid
* pg 112, equation A.48. It is intimately linked to the
* TobyFitYVector as their values need to be in sync
*/
class TobyFitBMatrix : public Kernel::DblMatrix
class DLLExport TobyFitBMatrix : public Kernel::DblMatrix
{
public:
/// Default constructor sets the size of the matrix
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace Mantid
namespace MDAlgorithms
{
/// Small structure to map a 4D box to named variables
struct QOmegaPoint
struct DLLExport QOmegaPoint
{
/// Constructor with a box & event
QOmegaPoint(const API::IMDIterator & box, const size_t eventIndex)
Expand All @@ -63,7 +63,7 @@ namespace Mantid
* It uses the Fit IFunction interface so that it can use the same
* attribute mechanism
*/
class TobyFitResolutionModel : public MDResolutionConvolution
class DLLExport TobyFitResolutionModel : public MDResolutionConvolution
{
public:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace Mantid
* elements. name() computes a string name for a parameter.
*
*/
class TobyFitYVector
class DLLExport TobyFitYVector
{
public:
/// Enumerate the parameters. Do NOT change the parameters or order without an
Expand Down

0 comments on commit 2eb3327

Please sign in to comment.