From 12fd9dc7a1fd9d3fddf0cf88db0ffe0bf28e89d5 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Wed, 14 Oct 2015 10:37:33 +0300 Subject: Corrections after colleages comments. Second part. --- platform/get_text_by_id.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform/get_text_by_id.hpp') diff --git a/platform/get_text_by_id.hpp b/platform/get_text_by_id.hpp index d002149d1a..9a6fd38467 100644 --- a/platform/get_text_by_id.hpp +++ b/platform/get_text_by_id.hpp @@ -15,7 +15,7 @@ enum class TextSource }; class GetTextById; -typedef unique_ptr TGetTextByIdPtr; +using TGetTextByIdPtr = unique_ptr; /// GetTextById represents text messages which are saved in textsDir /// in a specified locale. @@ -45,7 +45,7 @@ private: /// Factories to create GetTextById instances. /// If TGetTextByIdPtr is created by GetTextByIdFactory or ForTestingGetTextByIdFactory -/// threre are only two possibities: +/// there are only two possibities: /// * a factory returns a valid instance /// * a factory returns nullptr TGetTextByIdPtr GetTextByIdFactory(TextSource textSource, string const & localeName); -- cgit v1.2.3