diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2007-05-29 01:02:16 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2007-05-29 01:02:16 +0000 |
| commit | 9e28e6ecd358a9801ad25914d3e8cca7b6d7f4f7 (patch) | |
| tree | 8f200e87bc1fa3f1bbd2152dad0e62924c33ae12 /pokemod/EggGroup.cpp | |
| parent | dc9682d704118840457aa3434711eba6e003eafc (diff) | |
Lots of minor fixes, added TODO file, Move methods
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@16 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/EggGroup.cpp')
| -rw-r--r-- | pokemod/EggGroup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pokemod/EggGroup.cpp b/pokemod/EggGroup.cpp index 6c75ba59..5db02d04 100644 --- a/pokemod/EggGroup.cpp +++ b/pokemod/EggGroup.cpp @@ -43,7 +43,7 @@ PokeGen::PokeMod::EggGroup::~EggGroup() LogDtor("EggGroup", id, name);
}
-void PokeGen::PokeMod::Type::Validate()
+void PokeGen::PokeMod::EggGroup::Validate()
{
isValid = true;
LogValidateStart("EggGroup", id, name);
@@ -56,7 +56,7 @@ void PokeGen::PokeMod::Type::Validate() }
#ifdef PG_DEBUG_WINDOW
-void PokeGen::PokeMod::Type::Validate(const wxListBox &output)
+void PokeGen::PokeMod::EggGroup::Validate(const wxListBox &output)
{
isValid = true;
LogValidateStart("EggGroup", id, name);
|
