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:
authorYuri Gorshenin <y@maps.me>2017-06-22 16:44:54 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-07-05 16:41:38 +0300
commit4f0146194b6e4246ab8976a8545a419c587ba6df (patch)
treecbc807513a6c0693bf988d3b0b559bc733191f9d /ugc/types.hpp
parent4302e1a9b4b4bc85b35644409764406e0edb89b5 (diff)
[ugc] Fixes to tests.
Diffstat (limited to 'ugc/types.hpp')
-rw-r--r--ugc/types.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ugc/types.hpp b/ugc/types.hpp
index fd746d029d..7a6de3e533 100644
--- a/ugc/types.hpp
+++ b/ugc/types.hpp
@@ -27,7 +27,8 @@
namespace ugc
{
using TranslationKey = std::string;
-using Time = std::chrono::time_point<std::chrono::system_clock>;
+using Clock = std::chrono::system_clock;
+using Time = std::chrono::time_point<Clock>;
enum class Sentiment
{