mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Namespace fix
This commit is contained in:
parent
422764757d
commit
4e95accf80
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user