From b90813b5eb6a383f2d8f6ef53ecc992c5a2ba718 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 27 Jan 2009 22:09:00 -0500 Subject: Fix internal references to be Sigencore instead of Sigbattle --- sigencore/Team.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sigencore/Team.cpp') 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 + * Copyright 2007-2009 Ben Boeckel * * 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; } -- cgit