Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/8661_unmangle_IPeaksWork…
Browse files Browse the repository at this point in the history
…space'
  • Loading branch information
AndreiSavici committed Dec 31, 2013
2 parents ae4d120 + 8ddfbd2 commit 4cb06fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Code/Mantid/Framework/Kernel/src/Property.cpp
Expand Up @@ -229,6 +229,7 @@ namespace API
class IMDEventWorkspace;
class IMDWorkspace;
class IEventWorkspace;
class IPeaksWorkspace;
class IMDHistoWorkspace;
class IFunction;
class IAlgorithm;
Expand Down Expand Up @@ -298,6 +299,8 @@ std::string getUnmangledTypeName(const std::type_info& type)
string("EventWorkspace")));
typestrings.insert(make_pair(typeid(boost::shared_ptr<PeaksWorkspace>).name(),
string("PeaksWorkspace")));
typestrings.insert(make_pair(typeid(boost::shared_ptr<IPeaksWorkspace>).name(),
string("IPeaksWorkspace")));
typestrings.insert(make_pair(typeid(boost::shared_ptr<GroupingWorkspace>).name(),
string("GroupingWorkspace")));
typestrings.insert(make_pair(typeid(boost::shared_ptr<WorkspaceGroup>).name(),
Expand Down

0 comments on commit 4cb06fc

Please sign in to comment.