cause compiler error if trying to use undefined operator=

This commit is contained in:
Glenn Maynard
2006-10-03 02:39:17 +00:00
parent 2ade95f58f
commit cacef7b54b
+3
View File
@@ -104,6 +104,9 @@ public:
~XNode();
void Clear();
private:
XNode &operator=( const XNode &cpy ) { } // don't use
};
#endif