Fix warning.

This commit is contained in:
Steve Checkoway
2006-10-03 03:37:31 +00:00
parent cacef7b54b
commit 24a147c74b
+1 -1
View File
@@ -106,7 +106,7 @@ public:
void Clear(); void Clear();
private: private:
XNode &operator=( const XNode &cpy ) { } // don't use XNode &operator=( const XNode &cpy ); // don't use
}; };
#endif #endif