Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 4, 2018
1 parent 5b4d052 commit b5320d1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1050,7 +1050,7 @@ DENG2_PIMPL(AutomapWidget)
#endif

dint idx = 0;
Point2Raw const labelOffset;
const Point2Raw labelOffset{};
for (MarkedPoint const *point : points)
{
String const label = String::number(idx++);
Expand Down

0 comments on commit b5320d1

Please sign in to comment.