Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2012-10-30 17:24:15 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:46:28 +0300
commit77564c5b7a3c2448a0fb7d46d1104a756eaeaf27 (patch)
treec2c56b396ec5e943a103bd239d0d3a8a7f734586 /storage
parentf05dcc2e4838503e9ebc204cfa1c894bda9ff46f (diff)
Make GetFilesInDir with GetFilesByExt and GetFilesByRegExp function in Platform.
Diffstat (limited to 'storage')
-rw-r--r--storage/storage_tests/generate_langs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/storage_tests/generate_langs.cpp b/storage/storage_tests/generate_langs.cpp
index 81b5638762..b5be1e839b 100644
--- a/storage/storage_tests/generate_langs.cpp
+++ b/storage/storage_tests/generate_langs.cpp
@@ -148,7 +148,7 @@ UNIT_TEST(MergeLanguages)
};
Platform::FilesList fList;
- GetPlatform().GetFilesInDir(paths[0], "*.meta", fList);
+ GetPlatform().GetFilesByExt(paths[0], "*.meta", fList);
for (size_t i = 0; i < fList.size(); ++i)
{