diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-02-23 20:47:16 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-02-23 20:47:16 (GMT) |
commit | c859ae3987d0b49609effb98e8c28562e1947cf1 (patch) | |
tree | 1558b16eb7ba59d4fd3446dafe5f934ad2f53acb | |
parent | 32cc4ba69b78b496524b11cd9f76328820ccaef1 (diff) | |
download | fluxbox_pavel-c859ae3987d0b49609effb98e8c28562e1947cf1.zip fluxbox_pavel-c859ae3987d0b49609effb98e8c28562e1947cf1.tar.bz2 |
irrelevant 'virtual' destructor
-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 |