diff options
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; } |
