diff options
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/desktopterminationobserver.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unotools/inc/unotools/desktopterminationobserver.hxx b/unotools/inc/unotools/desktopterminationobserver.hxx index 701097b08f7a..f56582cb46ef 100644 --- a/unotools/inc/unotools/desktopterminationobserver.hxx +++ b/unotools/inc/unotools/desktopterminationobserver.hxx @@ -48,6 +48,9 @@ namespace utl public: virtual bool queryTermination() const = 0; virtual void notifyTermination() = 0; + + protected: + ~ITerminationListener() {} }; //==================================================================== |