diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-01 10:06:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-01 10:43:57 +0000 |
commit | f87e486d298d98beb3aa9bd1c4884877117cbdcc (patch) | |
tree | 61a9c9e81c1c88cb76daeb6ad4e8f2504fcca4bd /test/inc/test/util | |
parent | 2eeef79b78242a89ef6901ba67b30f178d59027f (diff) |
WaE: C4265: class has virtual functions, but destructor is not virtual
Diffstat (limited to 'test/inc/test/util')
-rw-r--r-- | test/inc/test/util/xsearchable.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/inc/test/util/xsearchable.hxx b/test/inc/test/util/xsearchable.hxx index f7b87581ba52..673ce44f9b13 100644 --- a/test/inc/test/util/xsearchable.hxx +++ b/test/inc/test/util/xsearchable.hxx @@ -38,6 +38,7 @@ class OOO_DLLPUBLIC_TEST XSearchable public: XSearchable(const rtl::OUString& rString, sal_Int32 nCount) : maSearchString(rString), mnCount(nCount) {} XSearchable() : maSearchString(RTL_CONSTASCII_USTRINGPARAM("SearchString")), mnCount(1) {} + virtual ~XSearchable(); void testFindFirst(); void testFindNext(); |