[Libreoffice-commits] core.git: sfx2/qa
Stephan Bergmann
sbergman at redhat.com
Wed Jun 3 02:10:24 PDT 2015
sfx2/qa/cppunit/test_controlleritem.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6ce92bc266785b5347c0757e1245187e2c00cfaf
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jun 3 11:09:54 2015 +0200
loplugin:saloverride
Change-Id: I1d3cd2ff9a2c579d23b97a6ab8e9cf2baadf0439
diff --git a/sfx2/qa/cppunit/test_controlleritem.cxx b/sfx2/qa/cppunit/test_controlleritem.cxx
index ee48f46..fe9637f 100644
--- a/sfx2/qa/cppunit/test_controlleritem.cxx
+++ b/sfx2/qa/cppunit/test_controlleritem.cxx
@@ -39,7 +39,7 @@ static bool bDeleted = false;
class FooController : public SfxControllerItem {
public:
FooController() : SfxControllerItem() {}
- ~FooController() { bDeleted = true; }
+ virtual ~FooController() { bDeleted = true; }
};
void ControllerItemTest::test()
More information about the Libreoffice-commits
mailing list