diff options
Diffstat (limited to 'src/FbTk')
-rw-r--r-- | src/FbTk/MultLayers.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/MultLayers.hh b/src/FbTk/MultLayers.hh index 2a979be..735ff6a 100644 --- a/src/FbTk/MultLayers.hh +++ b/src/FbTk/MultLayers.hh | |||
@@ -33,7 +33,7 @@ class XLayer; | |||
33 | class MultLayers { | 33 | class MultLayers { |
34 | public: | 34 | public: |
35 | explicit MultLayers(int numlayers); | 35 | explicit MultLayers(int numlayers); |
36 | virtual ~MultLayers(); | 36 | ~MultLayers(); |
37 | XLayerItem *getLowestItemAboveLayer(int layernum); | 37 | XLayerItem *getLowestItemAboveLayer(int layernum); |
38 | 38 | ||
39 | /// if there are none below, it will return null | 39 | /// if there are none below, it will return null |