From 6025cf1356f25727cb8a04eed413d87720b2fb1f Mon Sep 17 00:00:00 2001
From: Treeki <treeki@gmail.com>
Date: Thu, 9 Aug 2012 16:48:09 +0200
Subject: forgot to commit this when I last worked on it :x

---
 lyt/pane.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lyt')

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;
-- 
cgit v1.2.3