diff options
Diffstat (limited to 'pokemod/Ref.cpp')
| -rw-r--r-- | pokemod/Ref.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/Ref.cpp b/pokemod/Ref.cpp index c91f3922..51d6b49a 100644 --- a/pokemod/Ref.cpp +++ b/pokemod/Ref.cpp @@ -23,7 +23,7 @@ #include "Ref.h"
-int PokeGen::PokeMod::FindIn(int end, const String &str, const char *array[])
+int PokeGen::PokeMod::FindIn(const int end, const String &str, const char *array[])
{
int i = 0;
// Loop through looking for where the string is in the array
|
