diff options
Diffstat (limited to 'pokemod/Path.cpp')
| -rw-r--r-- | pokemod/Path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/Path.cpp b/pokemod/Path.cpp index c31bff6c..c8945e28 100644 --- a/pokemod/Path.cpp +++ b/pokemod/Path.cpp @@ -71,7 +71,7 @@ bool PokeGen::PokeMod::Path::HasExtension(const String &ext) return ret;
}
-bool PokeGen::PokeMod::Path::CopyTo(const PMString &dest)
+bool PokeGen::PokeMod::Path::CopyTo(const String &dest)
{
if (!DoesExist())
return false;
|
