summaryrefslogtreecommitdiffstats
path: root/pokemod/Path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Path.cpp')
-rw-r--r--pokemod/Path.cpp2
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;