irrelevant 'virtual' destructor
This commit is contained in:
parent
32cc4ba69b
commit
c859ae3987
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class XLayer;
|
|||
class MultLayers {
|
||||
public:
|
||||
explicit MultLayers(int numlayers);
|
||||
virtual ~MultLayers();
|
||||
~MultLayers();
|
||||
XLayerItem *getLowestItemAboveLayer(int layernum);
|
||||
|
||||
/// if there are none below, it will return null
|
||||
|
|
Loading…
Reference in a new issue