diff options
Diffstat (limited to 'pokemod/Ref.cpp')
| -rw-r--r-- | pokemod/Ref.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pokemod/Ref.cpp b/pokemod/Ref.cpp index 202481e4..c921eb8b 100644 --- a/pokemod/Ref.cpp +++ b/pokemod/Ref.cpp @@ -4,7 +4,7 @@ // Author: Ben Boeckel
// Modified by: Ben Boeckel
// Created: Thu Feb 15 10:21:05 2007
-// Copyright: ©2007 Ben Boeckel and Nerdy Productions
+// Copyright: ©2007 Ben Boeckel and Nerdy Productions
// Licence:
// 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
@@ -23,7 +23,7 @@ #include "Ref.h"
-int PokeMod::FindIn(int end, const String &str, const char *array[])
+int PokeGen::PokeMod::FindIn(int end, const String &str, const char *array[])
{
int i = 0;
// Loop through looking for where the string is in the array
|
