summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-12-02 19:49:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-12-02 19:49:22 +0100
commitec7ad2a0bbd7f45d8262ae97c98e835650afd3a9 (patch)
treebfaea63e563bdcab25e089c6e833ab9ff34ac365
parent93e0622d0097c90effc8bec5f31cf0c12a20d88b (diff)
-Werror,-Wc++98-compat-extra-semi
Change-Id: I15d67108b4a80a4788982ad6bea65e32fd941a35
-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 4f5923d44fde..42b6848beb35 100644
--- a/sal/textenc/textenc.cxx
+++ b/sal/textenc/textenc.cxx
@@ -376,7 +376,7 @@ typedef ImplTextEncodingData const * TextEncodingFunction(rtl_TextEncoding);
void thisModule() {}
-};
+}
class FullTextEncodingData {
public: