summaryrefslogtreecommitdiffstats
path: root/sigmod/Species.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigmod/Species.h')
-rw-r--r--sigmod/Species.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sigmod/Species.h b/sigmod/Species.h
index 083f9c90..db6ed88b 100644
--- a/sigmod/Species.h
+++ b/sigmod/Species.h
@@ -33,7 +33,7 @@
namespace Sigmod
{
// Forward declarations
-class Sigmod;
+class Game;
class SpeciesMove;
class SIGMOD_EXPORT Species : public Object
@@ -54,9 +54,9 @@ class SIGMOD_EXPORT Species : public Object
static const QStringList StyleStr;
Species(const Species& species);
- Species(const Sigmod* parent, const int id);
- Species(const Species& species, const Sigmod* parent, const int id);
- Species(const QDomElement& xml, const Sigmod* parent, const int id = -1);
+ Species(const Game* parent, const int id);
+ Species(const Species& species, const Game* parent, const int id);
+ Species(const QDomElement& xml, const Game* parent, const int id = -1);
~Species();
void validate();