diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-19 19:42:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-20 12:20:59 +0000 |
commit | ba1eaf504aefefde0db374f20e7f5bb6d28cde5a (patch) | |
tree | fd8df4f485edca7743d58755c40902a5193b9363 | |
parent | dbff99a60ec5268c92f1404cb01754de9186c2e8 (diff) |
WaE: add virtual dtor
-rw-r--r-- | sw/source/core/doc/doccomp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/doc/doccomp.cxx b/sw/source/core/doc/doccomp.cxx index 1da77046d5cf..80c77c4e4781 100644 --- a/sw/source/core/doc/doccomp.cxx +++ b/sw/source/core/doc/doccomp.cxx @@ -200,6 +200,7 @@ public: virtual bool Compare( int nIdx1, int nIdx2 ) const = 0; virtual int GetLen1() const = 0; virtual int GetLen2() const = 0; + virtual ~ArrayComparator() {} }; // Consider two lines equal if similar enough (e.g. look like different |