Skip to content

Commit

Permalink
Refs #7970 - Fix non-Windows error.
Browse files Browse the repository at this point in the history
Visual Studio failed to pick up the extra qualification in the header
file.
  • Loading branch information
PeterParker committed Oct 15, 2013
1 parent edcd1d7 commit 8c07b44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ namespace Mantid
std::string parseCylinder(Poco::XML::Element* pElem, std::map<int, Surface*>& prim, int& l_id);
std::string parseSegmentedCylinder(Poco::XML::Element* pElem, std::map<int, Surface*>& prim, int& l_id);

CuboidCorners ShapeFactory::parseCuboid(Poco::XML::Element* pElem);
CuboidCorners parseCuboid(Poco::XML::Element* pElem);
std::string parseCuboid(Poco::XML::Element* pElem, std::map<int, Surface*>& prim, int& l_id);
std::string parseInfiniteCone(Poco::XML::Element* pElem, std::map<int, Surface*>& prim, int& l_id);
std::string parseCone(Poco::XML::Element* pElem, std::map<int, Surface*>& prim, int& l_id);
Expand Down

0 comments on commit 8c07b44

Please sign in to comment.