1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Namespace fix

This commit is contained in:
Peter Boyle 2018-12-15 21:46:17 +00:00
parent 422764757d
commit 4e95accf80

View File

@ -30,7 +30,7 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
NAMESPACE_BEGIN(Grid); NAMESPACE_BEGIN(Grid);
void Grid::xmlCheckParse(const pugi::xml_parse_result &result, const std::string name) void xmlCheckParse(const pugi::xml_parse_result &result, const std::string name)
{ {
if (!result) if (!result)
{ {