mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-14 19:31:23 +00:00
fix compilation warning.
This commit is contained in:
parent
613410095c
commit
e693488742
@ -2034,7 +2034,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual bool CompactMode( const XMLElement& elem ) { return _compactMode; };
|
virtual bool CompactMode( const XMLElement& ) { return _compactMode; };
|
||||||
|
|
||||||
/** Prints out the space before an element. You may override to change
|
/** Prints out the space before an element. You may override to change
|
||||||
the space and tabs used. A PrintSpace() override should call Print().
|
the space and tabs used. A PrintSpace() override should call Print().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user