Skip to content

Commit

Permalink
Re #12687 Fix conflicting DLL export definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHeybrock committed Jul 2, 2015
1 parent 3deb7d1 commit 3427d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/API/inc/MantidAPI/ISplittersWorkspace.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef MANTID_API_ISPLITTERSWORKSPACE_H_
#define MANTID_API_ISPLITTERSWORKSPACE_H_

#include "MantidKernel/System.h"
#include "MantidAPI/DllConfig.h"
#include "MantidAPI/ITableWorkspace.h"
#include "MantidKernel/TimeSplitter.h"

Expand Down Expand Up @@ -34,7 +34,7 @@ namespace API {
File change history is stored at: <https://github.com/mantidproject/mantid>
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
class DLLExport ISplittersWorkspace : virtual public API::ITableWorkspace {
class MANTID_API_DLL ISplittersWorkspace : virtual public API::ITableWorkspace {
public:
/*
* Constructor
Expand Down

0 comments on commit 3427d5f

Please sign in to comment.