diff options
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(); |