Fixes assignment operator warning on MSVC by making CObjectEntry NONCOPYABLE, refs #2033

This was SVN commit r13552.
This commit is contained in:
historic_bruno 2013-07-12 03:46:40 +00:00
parent 5fb89ac6bc
commit 63c19af5dc

View File

@ -37,6 +37,8 @@ struct SPropPoint;
class CObjectEntry
{
NONCOPYABLE(CObjectEntry);
public:
CObjectEntry(CObjectBase* base, CSimulation2& simulation);
~CObjectEntry();