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:
Diffstat (limited to 'base/random.cpp')
-rw-r--r--base/random.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/random.cpp b/base/random.cpp
index a6decf8498..964cffa314 100644
--- a/base/random.cpp
+++ b/base/random.cpp
@@ -3,7 +3,7 @@
#include <algorithm>
#include <numeric>
-namespace my
+namespace base
{
std::vector<size_t> RandomSample(size_t n, size_t k, std::minstd_rand & rng)
{
@@ -19,4 +19,4 @@ std::vector<size_t> RandomSample(size_t n, size_t k, std::minstd_rand & rng)
return result;
}
-} // my
+} // base