summaryrefslogtreecommitdiffstats
path: root/sigmod/Species.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-24 13:34:47 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-24 13:34:47 -0500
commitecfd6c40473a9eabaa1fd7d8c343fe5e5bb195c3 (patch)
tree78058197c6e222a1f5e53874fcf66af2b4887980 /sigmod/Species.h
parent97fac7d7b30058574dc15d7c18382f104bafd833 (diff)
downloadsigen-ecfd6c40473a9eabaa1fd7d8c343fe5e5bb195c3.tar.gz
sigen-ecfd6c40473a9eabaa1fd7d8c343fe5e5bb195c3.tar.xz
sigen-ecfd6c40473a9eabaa1fd7d8c343fe5e5bb195c3.zip
Rename Sigmod::Sigmod to Sigmod::Game so that the identifiers don't clash when using namespace Sigmod
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();