summaryrefslogtreecommitdiffstats
path: root/pokemod/Ref.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2007-05-03 22:21:05 +0000
committerBen Boeckel <MathStuf@gmail.com>2007-05-03 22:21:05 +0000
commit621d0f09fafba69aa650bc1555927f41e9c8e60e (patch)
tree2a01644bf81c3e90c2afddad85ec359109f15f5a /pokemod/Ref.cpp
parent7ed92969721c7b718da26b466bfa095185dfd4ed (diff)
downloadsigen-621d0f09fafba69aa650bc1555927f41e9c8e60e.tar.gz
sigen-621d0f09fafba69aa650bc1555927f41e9c8e60e.tar.xz
sigen-621d0f09fafba69aa650bc1555927f41e9c8e60e.zip
Update PokeMod to PokeGen::PokeMod
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@6 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/Ref.cpp')
-rw-r--r--pokemod/Ref.cpp4
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