cause compiler error if trying to use undefined operator=
This commit is contained in:
@@ -104,6 +104,9 @@ public:
|
||||
~XNode();
|
||||
|
||||
void Clear();
|
||||
|
||||
private:
|
||||
XNode &operator=( const XNode &cpy ) { } // don't use
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user