all repos — fluxbox @ c859ae3987d0b49609effb98e8c28562e1947cf1

custom fork of the fluxbox windowmanager

irrelevant 'virtual' destructor
Mathias Gumz akira at fluxbox dot org
commit

c859ae3987d0b49609effb98e8c28562e1947cf1

parent

32cc4ba69b78b496524b11cd9f76328820ccaef1

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/FbTk/MultLayers.hhsrc/FbTk/MultLayers.hh

@@ -33,7 +33,7 @@

class MultLayers { public: explicit MultLayers(int numlayers); - virtual ~MultLayers(); + ~MultLayers(); XLayerItem *getLowestItemAboveLayer(int layernum); /// if there are none below, it will return null