fix some warnings

This commit is contained in:
Lee Thomason (grinliz)
2012-02-27 20:50:52 -08:00
parent 7d00b9ab95
commit 0a4df4019c
2 changed files with 6 additions and 5 deletions

View File

@@ -1066,8 +1066,8 @@ public:
// internal
char* Identify( char* p, XMLNode** node );
virtual XMLNode* ShallowClone( XMLDocument* document ) const { return 0; }
virtual bool ShallowEqual( const XMLNode* compare ) const { return false; }
virtual XMLNode* ShallowClone( XMLDocument* ) const { return 0; }
virtual bool ShallowEqual( const XMLNode* ) const { return false; }
private:
XMLDocument( const XMLDocument& ); // not supported