Kaydet (Commit) ddb3c453 authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: unnecessaryQualification

Change-Id: Ief6abf58b36a9f00b63e3ca71900b026628c996c
üst 6ac930d2
...@@ -167,7 +167,7 @@ public: ...@@ -167,7 +167,7 @@ public:
static std::vector<Rectangle> partition(const RenderContext &rCtx, int nX, int nY) static std::vector<Rectangle> partition(const RenderContext &rCtx, int nX, int nY)
{ {
return DemoRenderer::partition(rCtx.maSize, nX, nY); return partition(rCtx.maSize, nX, nY);
} }
static std::vector<Rectangle> partition(Size aSize, int nX, int nY) static std::vector<Rectangle> partition(Size aSize, int nX, int nY)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment