diff options
Diffstat (limited to 'vcl/inc/opengl/FixedTextureAtlas.hxx')
-rw-r--r-- | vcl/inc/opengl/FixedTextureAtlas.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/opengl/FixedTextureAtlas.hxx b/vcl/inc/opengl/FixedTextureAtlas.hxx index 145ddf52f5e1..0523403b2b2a 100644 --- a/vcl/inc/opengl/FixedTextureAtlas.hxx +++ b/vcl/inc/opengl/FixedTextureAtlas.hxx @@ -36,7 +36,7 @@ public: OpenGLTexture InsertBuffer(int nWidth, int nHeight, int nFormat, int nType, sal_uInt8 const * pData); OpenGLTexture Reserve(int nWidth, int nHeight); - int GetSubtextureSize() + int GetSubtextureSize() const { return mSubTextureSize; } |