diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2007-05-26 13:36:39 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2007-05-26 13:36:39 +0000 |
| commit | dc9682d704118840457aa3434711eba6e003eafc (patch) | |
| tree | 40ccccb7c4a220b656ec92d61277a44380cf30bd /pokemod/Ref.cpp | |
| parent | 75b7d5c767428f7061365a186cb17a22de4112cc (diff) | |
| download | sigen-dc9682d704118840457aa3434711eba6e003eafc.tar.gz sigen-dc9682d704118840457aa3434711eba6e003eafc.tar.xz sigen-dc9682d704118840457aa3434711eba6e003eafc.zip | |
const arguments where possible, EggGroup, Move beginnings
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@15 6ecfd1a5-f3ed-3746-8530-beee90d26b22
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
|
