From 459c2c3a6decbd5576760040f566f1544645c3ac Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 21 Nov 2012 04:08:09 +0300 Subject: Add some consts to draw backend. --- src/graphicsvertexes.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/graphicsvertexes.cpp') diff --git a/src/graphicsvertexes.cpp b/src/graphicsvertexes.cpp index aefe594fd..3574ffe27 100644 --- a/src/graphicsvertexes.cpp +++ b/src/graphicsvertexes.cpp @@ -270,6 +270,11 @@ std::vector *GraphicsVertexes::getRectsSDL() return &sdl[mPtr].mList; } +const std::vector *GraphicsVertexes::getRectsSDLconst() const +{ + return &sdl[mPtr].mList; +} + ImageVertexes::ImageVertexes() : image(nullptr) { -- cgit v1.2.3-60-g2f50