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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-07-23 16:46:09 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:58:35 +0300
commitb82e23bea4bbc0a5813b2f078b2a78e0916d9105 (patch)
tree93fd901bab7bd1974a65ed42dee96c347ddae678 /routing/routing_session.hpp
parentc96d94d18003ba7eac5a16c189dbe37a0b173a90 (diff)
Style improvements.
Diffstat (limited to 'routing/routing_session.hpp')
-rw-r--r--routing/routing_session.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/routing/routing_session.hpp b/routing/routing_session.hpp
index e57ba444b7..56b06d9a58 100644
--- a/routing/routing_session.hpp
+++ b/routing/routing_session.hpp
@@ -106,8 +106,8 @@ private:
void operator()(Route & route, IRouter::ResultCode e);
};
- //TODO (ldragunov) Make consistent DoReady and DoProgress callbacks. Now Do ready runs
- // GUI proc inside caller function, and DoProgressCallback calls inside callback wrapper.
+ //TODO (ldragunov) Make consistent DoReady and DoProgress callbacks. Now DoReady runs
+ // GUI proc inside caller function, and DoProgressCallback calls it inside callback wrapper.
struct DoProgressCallback
{
TProgressCallbackFn m_progressCallback;