diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-01-27 22:09:00 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-01-27 22:09:00 -0500 |
| commit | b90813b5eb6a383f2d8f6ef53ecc992c5a2ba718 (patch) | |
| tree | ccc9bd03f8b3e841a7c2fee507c08b76c1596dc6 /sigencore/Team.cpp | |
| parent | e04c4922a13ed10e9d6b086eacc299f0c5a05984 (diff) | |
| download | sigen-b90813b5eb6a383f2d8f6ef53ecc992c5a2ba718.tar.gz sigen-b90813b5eb6a383f2d8f6ef53ecc992c5a2ba718.tar.xz sigen-b90813b5eb6a383f2d8f6ef53ecc992c5a2ba718.zip | |
Fix internal references to be Sigencore instead of Sigbattle
Diffstat (limited to 'sigencore/Team.cpp')
| -rw-r--r-- | sigencore/Team.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sigencore/Team.cpp b/sigencore/Team.cpp index bfc89c92..c09cf6f0 100644 --- a/sigencore/Team.cpp +++ b/sigencore/Team.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2007-2008 Ben Boeckel <MathStuf@gmail.com> + * Copyright 2007-2009 Ben Boeckel <MathStuf@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ // Header include #include "Team.h" -Sigbattle::Team::Team(Sigscript::SigmodWrapper* sigmod, Sigscript::Config* parent) : +Sigencore::Team::Team(Sigscript::SigmodWrapper* sigmod, Sigscript::Config* parent) : Containment(sigmod, parent) { // TODO: construct @@ -67,7 +67,7 @@ Sigbattle::Team::Team(Sigscript::SigmodWrapper* sigmod, Sigscript::Config* paren // active = a; // } -bool Sigbattle::Team::isMutable() const +bool Sigencore::Team::isMutable() const { return true; } |
