Skip to content
Snippets Groups Projects
WorkspaceProperty.cpp 234 B
Newer Older
Roman Tolchenov's avatar
Roman Tolchenov committed
#include "MantidAPI/Workspace.h"
#include "MantidAPI/WorkspaceProperty.h"

namespace Mantid
{
namespace API
{

template DLLExport class Mantid::API::WorkspaceProperty<Mantid::API::Workspace>;

} // namespace API
} // namespace Mantid