diff options
Diffstat (limited to 'svtools/source/table/mousefunction.hxx')
-rw-r--r-- | svtools/source/table/mousefunction.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/table/mousefunction.hxx b/svtools/source/table/mousefunction.hxx index 5db88a5322fc..c8d801d6eab1 100644 --- a/svtools/source/table/mousefunction.hxx +++ b/svtools/source/table/mousefunction.hxx @@ -72,7 +72,7 @@ namespace svt { namespace table { } protected: - ~MouseFunction() + virtual ~MouseFunction() { } |