mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-03 14:25:00 +00:00
Fixes assignment operator warning on MSVC by making CObjectEntry NONCOPYABLE, refs #2033
This was SVN commit r13552.
This commit is contained in:
@@ -37,6 +37,8 @@ struct SPropPoint;
|
||||
|
||||
class CObjectEntry
|
||||
{
|
||||
NONCOPYABLE(CObjectEntry);
|
||||
|
||||
public:
|
||||
CObjectEntry(CObjectBase* base, CSimulation2& simulation);
|
||||
~CObjectEntry();
|
||||
|
||||
Reference in New Issue
Block a user