Fix compiler warning: extra ';' after member function definition

This commit is contained in:
Alexander Mai 2014-05-20 22:04:42 +02:00
parent 500fb6aa21
commit d740b64044
1 changed files with 1 additions and 1 deletions

View File

@ -2031,7 +2031,7 @@ public:
}
protected:
virtual bool CompactMode( const XMLElement& ) { 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().