summaryrefslogtreecommitdiff
path: root/src/gui/widgets/layoutcell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/layoutcell.h')
-rw-r--r--src/gui/widgets/layoutcell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/layoutcell.h b/src/gui/widgets/layoutcell.h
index 7761e021c..ffc1f13a8 100644
--- a/src/gui/widgets/layoutcell.h
+++ b/src/gui/widgets/layoutcell.h
@@ -35,7 +35,7 @@ class Widget;
* right, or centered in the cell. The process is similar for the vertical
* alignment, except that top is represented by LEFT and bottom by RIGHT.
*/
-class LayoutCell
+class LayoutCell notfinal
{
friend class Layout;
friend class LayoutArray;