aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-02-23 20:47:16 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-02-23 20:47:16 (GMT)
commitc859ae3987d0b49609effb98e8c28562e1947cf1 (patch)
tree1558b16eb7ba59d4fd3446dafe5f934ad2f53acb
parent32cc4ba69b78b496524b11cd9f76328820ccaef1 (diff)
downloadfluxbox_pavel-c859ae3987d0b49609effb98e8c28562e1947cf1.zip
fluxbox_pavel-c859ae3987d0b49609effb98e8c28562e1947cf1.tar.bz2
irrelevant 'virtual' destructor
-rw-r--r--src/FbTk/MultLayers.hh2
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;
33class MultLayers { 33class MultLayers {
34public: 34public:
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