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:
authorExMix <rahuba.youri@mapswithme.com>2015-02-27 14:18:04 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:04:05 +0300
commit7ccb9c7b4607141456e7303e27ff08e2633517fd (patch)
tree37ef9a44f960c10ed60f1383e8112b6909f56301 /drape/overlay_handle.hpp
parent4cfb58cdbe822a8609eddd9de4a6fc824f836693 (diff)
review fixes
Diffstat (limited to 'drape/overlay_handle.hpp')
-rw-r--r--drape/overlay_handle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape/overlay_handle.hpp b/drape/overlay_handle.hpp
index 1cf6a78342..142472ff1c 100644
--- a/drape/overlay_handle.hpp
+++ b/drape/overlay_handle.hpp
@@ -39,7 +39,7 @@ public:
bool IsIntersect(ScreenBase const & screen, OverlayHandle const & h) const;
- virtual bool RequiresIndexes() const { return true; }
+ virtual bool IndexesRequired() const { return true; }
uint16_t * IndexStorage(uint16_t size);
void GetElementIndexes(RefPointer<IndexBufferMutator> mutator) const;
virtual void GetAttributeMutation(RefPointer<AttributeBufferMutator> mutator, ScreenBase const & screen) const;