[Libreoffice-commits] core.git: sc/inc
Stephan Bergmann
sbergman at redhat.com
Mon Sep 25 12:36:09 UTC 2017
sc/inc/tokenarray.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cc12f1c87fbf482b1e35f07f009791e351ca223d
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Sep 25 14:35:05 2017 +0200
-Werror,-Winconsistent-missing-override
Change-Id: I1d6d315cea33ba19a7d61f532c9d968d582b476f
diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx
index 72039c856a41..317f7d138361 100644
--- a/sc/inc/tokenarray.hxx
+++ b/sc/inc/tokenarray.hxx
@@ -59,7 +59,7 @@ public:
(not copied!) */
ScTokenArray( const ScTokenArray& );
virtual ~ScTokenArray() override;
- virtual void Clear();
+ virtual void Clear() override;
ScTokenArray* Clone() const; /// True copy!
void GenHash();
More information about the Libreoffice-commits
mailing list