From dc9682d704118840457aa3434711eba6e003eafc Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 26 May 2007 13:36:39 +0000 Subject: const arguments where possible, EggGroup, Move beginnings git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@15 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemod/Ref.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pokemod/Ref.cpp') 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 -- cgit