summaryrefslogtreecommitdiff
path: root/lyt/pane.h
diff options
context:
space:
mode:
Diffstat (limited to 'lyt/pane.h')
-rw-r--r--lyt/pane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lyt/pane.h b/lyt/pane.h
index 0d9936b..24d4a41 100644
--- a/lyt/pane.h
+++ b/lyt/pane.h
@@ -36,7 +36,7 @@ public:
virtual Magic magic() const;
enum PaneTypes {
- PaneType = 0, PictureType, TextBoxType, WindowType, BoundingType
+ PaneType = 0, PictureType, TextBoxType, WindowType, BoundingType, PaneTypeCount
};
virtual void writeToDataStream(QDataStream &out) const;