aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/XLayer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/XLayer.hh')
-rw-r--r--src/FbTk/XLayer.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/XLayer.hh b/src/FbTk/XLayer.hh
index 238f698..25faa84 100644
--- a/src/FbTk/XLayer.hh
+++ b/src/FbTk/XLayer.hh
@@ -28,10 +28,10 @@
28 28
29#include <list> 29#include <list>
30#include "Layer.hh" 30#include "Layer.hh"
31#include "MultLayers.hh"
32 31
33namespace FbTk { 32namespace FbTk {
34 33
34class MultLayers;
35class XLayerItem; 35class XLayerItem;
36 36
37class XLayer : public FbTk::Layer<XLayerItem, std::list<XLayerItem *> > { 37class XLayer : public FbTk::Layer<XLayerItem, std::list<XLayerItem *> > {