Made = opeator const.

This commit is contained in:
Robert Osfield
2003-10-17 10:26:31 +00:00
parent 594f25b5d1
commit 8bb2ca48b7

View File

@@ -37,7 +37,7 @@ class SG_EXPORT Referenced
_refCount=0;
}
inline Referenced& operator = (Referenced&) { return *this; }
inline Referenced& operator = (const Referenced&) { return *this; }
friend class DeleteHandler;