fix compilation warning.

This commit is contained in:
Lee Thomason 2014-02-22 16:27:27 -08:00
parent 613410095c
commit e693488742
1 changed files with 1 additions and 1 deletions

View File

@ -2034,7 +2034,7 @@ public:
}
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
the space and tabs used. A PrintSpace() override should call Print().