1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

As suggested by AVS, I made CBonusYSstemNode noncopyable. However, it is copied somewhere in the code, but I can't find it with MVS:

http://stackoverflow.com/questions/3757219/how-to-locate-boostnoncopyable-errors
This commit is contained in:
DjWarmonger
2015-10-25 07:25:45 +01:00
committed by AlexVinS
parent b3e7e2e04a
commit d188b86a50

View File

@@ -614,7 +614,7 @@ public:
const TBonusListPtr getSpellBonuses() const;
};
class DLL_LINKAGE CBonusSystemNode : public IBonusBearer
class DLL_LINKAGE CBonusSystemNode : public IBonusBearer, public boost::noncopyable
{
public:
enum ENodeTypes