Skip to content

Commit

Permalink
Remove accidental use of ConvertFullprofToXML:: in .h file re #7617
Browse files Browse the repository at this point in the history
Windows but not Unix allows this.

Signed-off-by: Karl Palmen <karl.palmen@stfc.ac.uk>
  • Loading branch information
KarlPalmen committed Sep 18, 2013
1 parent af76a9a commit 4480a09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ namespace DataHandling
void addALFBEparameter(const API::ITableWorkspace_sptr & tablews, Poco::XML::Document* mDoc, Poco::XML::Element* parent, const std::string& paramName);

/// Get value for XML eq attribute for parameter
std::string ConvertFullprofToXML::getXMLEqValue( const API::ITableWorkspace_sptr & tablews, const std::string& name, size_t columnIndex);
std::string getXMLEqValue( const API::ITableWorkspace_sptr & tablews, const std::string& name, size_t columnIndex);

// Translate a parameter name from as it appears in the table workspace to its name in the XML file
std::string getXMLParameterName( const std::string& name );
Expand Down

0 comments on commit 4480a09

Please sign in to comment.