summaryrefslogtreecommitdiff
path: root/lyt
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-08-09 16:48:09 +0200
committerTreeki <treeki@gmail.com>2012-08-09 16:48:09 +0200
commit6025cf1356f25727cb8a04eed413d87720b2fb1f (patch)
tree33878d2fbdfc5473ea7457167d2060c45093dd4c /lyt
parent3b2fb505d58f28f0ce9b4de121f12fc924c1ec0c (diff)
downloadLayoutStudio-6025cf1356f25727cb8a04eed413d87720b2fb1f.tar.gz
LayoutStudio-6025cf1356f25727cb8a04eed413d87720b2fb1f.zip
forgot to commit this when I last worked on it :x
Diffstat (limited to 'lyt')
-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;