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