diff options
Diffstat (limited to 'src/FbTk/XLayerItem.hh')
-rw-r--r-- | src/FbTk/XLayerItem.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/XLayerItem.hh b/src/FbTk/XLayerItem.hh index e17d162..c67d046 100644 --- a/src/FbTk/XLayerItem.hh +++ b/src/FbTk/XLayerItem.hh | |||
@@ -28,10 +28,11 @@ | |||
28 | #include "LayerItem.hh" | 28 | #include "LayerItem.hh" |
29 | #include "XLayer.hh" | 29 | #include "XLayer.hh" |
30 | #include "NotCopyable.hh" | 30 | #include "NotCopyable.hh" |
31 | #include "FbWindow.hh" | ||
32 | 31 | ||
33 | namespace FbTk { | 32 | namespace FbTk { |
34 | 33 | ||
34 | class FbWindow; | ||
35 | |||
35 | class XLayerItem : public LayerItem, private NotCopyable { | 36 | class XLayerItem : public LayerItem, private NotCopyable { |
36 | public: | 37 | public: |
37 | typedef std::list<FbWindow *> Windows; | 38 | typedef std::list<FbWindow *> Windows; |