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
path: root/base
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2015-07-27 13:54:19 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:57:41 +0300
commitac13b9b9ef6dd83258a595f5ec442a2aa6638ea0 (patch)
treea27c9e6a5afebf852423850e58904c0eec81ebee /base
parent2a1842007a047713f64f4589e32ab62fc7cd8280 (diff)
Review fixes.
Diffstat (limited to 'base')
-rw-r--r--base/threaded_container.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/threaded_container.cpp b/base/threaded_container.cpp
index 69755309ce..c3e44a94e7 100644
--- a/base/threaded_container.cpp
+++ b/base/threaded_container.cpp
@@ -5,5 +5,4 @@ void ThreadedContainer::Cancel()
threads::ConditionGuard g(m_Cond);
my::Cancellable::Cancel();
m_Cond.Signal(true);
-
}