mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
Namespace fix
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user