mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: fix include guards for stats/zvalues.h
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
2eebae13dd
commit
7eecc85464
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
// with smaller z-values. For the same z-value objects are
|
||||
// drawn in order of addition to the scene.
|
||||
#ifndef ZVALUES_H
|
||||
#define ZVALUES_H
|
||||
|
||||
// Encapsulating an enum in a struct is stupid, but allows us
|
||||
// to not poison the namespace and yet autoconvert to int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue