fix compilation warning.
This commit is contained in:
@@ -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().
|
||||
|
||||
Reference in New Issue
Block a user