summaryrefslogtreecommitdiff
path: root/framework/inc/helper/ilayoutnotifications.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/ilayoutnotifications.hxx')
-rw-r--r--framework/inc/helper/ilayoutnotifications.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/inc/helper/ilayoutnotifications.hxx b/framework/inc/helper/ilayoutnotifications.hxx
index fbc01a170878..5313781c27a9 100644
--- a/framework/inc/helper/ilayoutnotifications.hxx
+++ b/framework/inc/helper/ilayoutnotifications.hxx
@@ -43,6 +43,9 @@ class ILayoutNotifications
};
virtual void requestLayout( Hint eHint = HINT_NOT_SPECIFIED ) = 0;
+
+ protected:
+ ~ILayoutNotifications() {}
};
}