Fix src\group.h(37): warning C4099: 'DROID_GROUP' : type name first seen using 'struct' now seen using 'class' src\droiddef.h(131) : see declaration of 'DROID_GROUP' By 4B0/\/\1|\|4710|\|

master
abomination 2011-03-13 10:16:56 -04:00 committed by Cyp
parent a72c41aeec
commit b3d57fd490
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ struct DROID_TEMPLATE : public BASE_STATS
};
struct PACKAGED_CHECK;
struct DROID_GROUP;
class DROID_GROUP;
struct STRUCTURE;
struct DROID : public BASE_OBJECT

View File

@ -212,7 +212,7 @@ struct POWER_GEN
struct STRUCTURE * apResExtractors[NUM_POWER_MODULES]; ///< Pointers to associated oil derricks
};
struct DROID_GROUP;
class DROID_GROUP;
struct REPAIR_FACILITY
{