Fix warning.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user