diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-12 10:02:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-12 10:29:21 +0000 |
commit | 554ff8ef0f734cbc33644a075c83cc840fb770ab (patch) | |
tree | eca1893fd7c9ebee5461c25dc3ba97d9ab384f05 /include | |
parent | dd747c0669f6e31462c39fe104d2f2c0acc4de0a (diff) |
coverity#1371265 Missing move assignment operator
Change-Id: I5b7c6992e92e4d096b8230774ed8f4bfaaad5831
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/multisel.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tools/multisel.hxx b/include/tools/multisel.hxx index 42ae85d73d20..7e54c4db97fd 100644 --- a/include/tools/multisel.hxx +++ b/include/tools/multisel.hxx @@ -66,6 +66,7 @@ public: void SetTotalRange( const Range& rTotRange ); void Insert( long nIndex, long nCount = 1 ); void Remove( long nIndex ); + void Reset(); const Range& GetTotalRange() const { return aTotRange; } long FirstSelected(); |