Răsfoiți Sursa

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

DjWarmonger 10 ani în urmă
părinte
comite
d188b86a50
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      lib/HeroBonus.h

+ 1 - 1
lib/HeroBonus.h

@@ -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