minor stuff

This commit is contained in:
fluxgen 2004-07-15 09:52:57 +00:00
parent 1790b15e0a
commit b672bc50bb

View file

@ -20,7 +20,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE. // DEALINGS IN THE SOFTWARE.
// $Id: MultLayers.hh,v 1.6 2003/07/20 18:05:40 rathnor Exp $ // $Id: MultLayers.hh,v 1.7 2004/07/15 09:52:57 fluxgen Exp $
#ifndef FBTK_MULTLAYERS_HH #ifndef FBTK_MULTLAYERS_HH
#define FBTK_MULTLAYERS_HH #define FBTK_MULTLAYERS_HH
@ -34,8 +34,8 @@ class XLayer;
class MultLayers { class MultLayers {
public: public:
MultLayers(int numlayers); explicit MultLayers(int numlayers);
~MultLayers(); virtual ~MultLayers();
XLayerItem *getLowestItemAboveLayer(int layernum); XLayerItem *getLowestItemAboveLayer(int layernum);
/// if there are none below, it will return null /// if there are none below, it will return null