diff options
Diffstat (limited to 'pokemod/Ini.cpp')
| -rw-r--r-- | pokemod/Ini.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/Ini.cpp b/pokemod/Ini.cpp index af99da47..6fd7347f 100644 --- a/pokemod/Ini.cpp +++ b/pokemod/Ini.cpp @@ -24,7 +24,7 @@ #include "Ini.h"
PokeGen::PokeMod::Ini::Ini(const String &n) :
- name(n)
+ name(n)
{
}
|
