summaryrefslogtreecommitdiff
path: root/sal/textenc/textenc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/textenc/textenc.cxx')
-rw-r--r--sal/textenc/textenc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/textenc/textenc.cxx b/sal/textenc/textenc.cxx
index d435c8f317e2..d78302121334 100644
--- a/sal/textenc/textenc.cxx
+++ b/sal/textenc/textenc.cxx
@@ -395,7 +395,7 @@ public:
}
}
- ImplTextEncodingData const * get(rtl_TextEncoding encoding) {
+ ImplTextEncodingData const * get(rtl_TextEncoding encoding) const {
return (*function_)(encoding);
}