summaryrefslogtreecommitdiff
path: root/dbaccess/inc/IController.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/inc/IController.hxx')
-rw-r--r--dbaccess/inc/IController.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbaccess/inc/IController.hxx b/dbaccess/inc/IController.hxx
index 962782ea5e18..78cce794e77e 100644
--- a/dbaccess/inc/IController.hxx
+++ b/dbaccess/inc/IController.hxx
@@ -130,6 +130,9 @@ namespace dbaui
/** allows interception of user input, aka mouse clicks and key events
*/
virtual bool interceptUserInput( const NotifyEvent& _rEvent ) = 0;
+
+ protected:
+ ~IController() {}
};
}
#endif // DBAUI_ICONTROLLER_HXX