Skip to content

Commit

Permalink
Windows builds need the dll export macro. Re #7253.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Jun 24, 2013
1 parent 14736a7 commit 0b2907b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/API/inc/MantidAPI/Workspace.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class MANTID_API_DLL Workspace : public Kernel::DataItem
* InfoNodes can contian other nodes and form a tree.
* The purpose is to be returned by the ADS for displaying in the GUI.
*/
class InfoNode
class MANTID_API_DLL InfoNode
{
public:
enum IconType {Default = 0, Matrix, Group, MD, Table};
Expand Down

0 comments on commit 0b2907b

Please sign in to comment.