summaryrefslogtreecommitdiff
path: root/vcl/opengl/PackedTextureAtlas.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/opengl/PackedTextureAtlas.cxx')
-rw-r--r--vcl/opengl/PackedTextureAtlas.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/PackedTextureAtlas.cxx b/vcl/opengl/PackedTextureAtlas.cxx
index 4e2695e5ae6e..98cffcd78b37 100644
--- a/vcl/opengl/PackedTextureAtlas.cxx
+++ b/vcl/opengl/PackedTextureAtlas.cxx
@@ -20,7 +20,7 @@
struct Node
{
- tools::Rectangle mRectangle;
+ tools::Rectangle const mRectangle;
std::unique_ptr<Node> mLeftNode;
std::unique_ptr<Node> mRightNode;
bool mOccupied;