From 64b07cb6dd0d2fe5685d89a73a4f51dafbdb4e11 Mon Sep 17 00:00:00 2001 From: ExMix Date: Wed, 30 Jul 2014 14:44:09 +0300 Subject: [drape] move drape into dp namespace --- drape/attribute_provider.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'drape/attribute_provider.cpp') diff --git a/drape/attribute_provider.cpp b/drape/attribute_provider.cpp index a832ed50f1..3efc106de0 100644 --- a/drape/attribute_provider.cpp +++ b/drape/attribute_provider.cpp @@ -12,6 +12,9 @@ #define INIT_STREAM(x) UNUSED_VALUE((x)) #endif +namespace dp +{ + AttributeProvider::AttributeProvider(uint8_t streamCount, uint16_t vertexCount) : m_vertexCount(vertexCount) { @@ -93,3 +96,5 @@ void AttributeProvider::InitCheckStream(uint8_t streamIndex) m_checkInfo[streamIndex] = true; } #endif + +} -- cgit v1.2.3