diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-01-16 19:19:27 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-01-16 19:51:25 +0100 |
commit | cc36c115004cb75037b0e4fdadff09035f765cd5 (patch) | |
tree | c8f779b3c2393114e89cf8271b6c21b8a588b70d /vcl | |
parent | e43863a3d77e8da5b0ae3d0fc3e66e15f1fe0844 (diff) |
Fix typo
Change-Id: I23e2029486d1bf5880cdd736ac124687158e9f1a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86941
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/opengl/win/winlayout.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/opengl/win/winlayout.hxx b/vcl/inc/opengl/win/winlayout.hxx index cb6449fbd7bc..d017bc250497 100644 --- a/vcl/inc/opengl/win/winlayout.hxx +++ b/vcl/inc/opengl/win/winlayout.hxx @@ -42,7 +42,7 @@ public: void RemoveTextures(std::vector<GLuint>& rTextureIDs); private: - // This class just "adds" RemoveTextures() to the base class, it's never instantiatied. + // This class just "adds" RemoveTextures() to the base class, it's never instantiated. OpenGLWinGlyphCache() = delete; }; |