From a68b8f8ae9dd7cd8dca955ab734add7394ee4b49 Mon Sep 17 00:00:00 2001 From: vng Date: Mon, 28 Jan 2013 17:37:50 +0300 Subject: [PATCH] [android] Fix compilation error. --- android/jni/com/mapswithme/maps/Framework.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/jni/com/mapswithme/maps/Framework.cpp b/android/jni/com/mapswithme/maps/Framework.cpp index 33d4121bec..f9c407a69b 100644 --- a/android/jni/com/mapswithme/maps/Framework.cpp +++ b/android/jni/com/mapswithme/maps/Framework.cpp @@ -11,13 +11,13 @@ #include "../../../../../indexer/drawing_rules.hpp" #include "../../../../../coding/file_container.hpp" +#include "../../../../../coding/file_name_utils.hpp" #include "../../../../../graphics/opengl/framebuffer.hpp" #include "../../../../../graphics/opengl/opengl.hpp" #include "../../../../../platform/platform.hpp" #include "../../../../../platform/location.hpp" -#include "../../../../../platform/file_name_utils.hpp" #include "../../../../../base/math.hpp" @@ -476,7 +476,7 @@ namespace android FilesContainerR cont(pl.GetReader(v[i])); if (!cont.IsReaderExist(SEARCH_INDEX_FILE_TAG)) { - pl::GetNameWithoutExt(v[i]); + my::GetNameWithoutExt(v[i]); out.push_back(v[i]); } }