diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-09-25 14:35:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-09-25 14:35:34 +0200 |
commit | cc12f1c87fbf482b1e35f07f009791e351ca223d (patch) | |
tree | 0802739bf9742ede628c69cdb97488e5c5350276 /sc | |
parent | 8127bc696b0cb720e79c2c836c123684e1eb1690 (diff) |
-Werror,-Winconsistent-missing-override
Change-Id: I1d6d315cea33ba19a7d61f532c9d968d582b476f
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/tokenarray.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |