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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2018-11-27 15:56:02 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2018-12-05 18:04:01 +0300
commitca57845b6e679ace4bb03d692f982f6aa640342c (patch)
treeb59ccda808c1202c869d65ba0dcd68a69af77ed3 /platform
parent3661643e8fad6bb024a69120b07406310466bb84 (diff)
Added realtime rendering statistics
Diffstat (limited to 'platform')
-rw-r--r--platform/http_user_agent.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/http_user_agent.hpp b/platform/http_user_agent.hpp
index 8636edcc0b..24179eb76b 100644
--- a/platform/http_user_agent.hpp
+++ b/platform/http_user_agent.hpp
@@ -9,6 +9,7 @@ class HttpUserAgent
public:
HttpUserAgent();
std::string Get() const;
+ std::string const & GetAppVersion() const { return m_appVersion; }
operator std::string() const { return Get(); }