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:
authorSergey Magidovich <mgsergio@mapswithme.com>2015-09-29 17:55:28 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2015-09-30 19:09:53 +0300
commite510c6564293ee8c01fec815db220064e625b0f1 (patch)
tree8a3dc8d3ebed49f383f9220425ff2cbc00d345d5 /indexer/feature.cpp
parent2f884e795c0a4f324d896ed734d28c55bacdfae6 (diff)
Remove stupid comments. Truncate all coordinates to five numbers after decimal point.
Get rid of default values. Small Fixes. Rename variables. Rename type. Fix according to notes.
Diffstat (limited to 'indexer/feature.cpp')
-rw-r--r--indexer/feature.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/feature.cpp b/indexer/feature.cpp
index 4d4f9fcfee..bc40766f35 100644
--- a/indexer/feature.cpp
+++ b/indexer/feature.cpp
@@ -17,7 +17,7 @@ using namespace feature;
// FeatureBase implementation
///////////////////////////////////////////////////////////////////////////////////////////////////
-void FeatureBase::Deserialize(feature::LoaderBase * pLoader, BufferT buffer)
+void FeatureBase::Deserialize(feature::LoaderBase * pLoader, TBuffer buffer)
{
m_pLoader = pLoader;
m_pLoader->Init(buffer);
@@ -76,7 +76,7 @@ string FeatureBase::DebugString() const
// FeatureType implementation
///////////////////////////////////////////////////////////////////////////////////////////////////
-void FeatureType::Deserialize(feature::LoaderBase * pLoader, BufferT buffer)
+void FeatureType::Deserialize(feature::LoaderBase * pLoader, TBuffer buffer)
{
base_type::Deserialize(pLoader, buffer);