diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-09-04 18:43:02 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-09-04 18:43:02 +0100 |
commit | 031320d979d249015ca5e086142c39ff4efa37f6 (patch) | |
tree | e0e2ee2ad5e0dc74a3de8b336cdad545b9f851a0 | |
parent | Fix up warnings from clang-tidy, mostly nodiscard (diff) | |
download | slicer-031320d979d249015ca5e086142c39ff4efa37f6.tar.bz2 slicer-031320d979d249015ca5e086142c39ff4efa37f6.tar.xz slicer-031320d979d249015ca5e086142c39ff4efa37f6.zip |
Restore define for SLICER_MODELPARTSTYPES_IMPL_H as we check it's not included in a test
-rw-r--r-- | slicer/slicer/modelPartsTypes.impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/slicer/slicer/modelPartsTypes.impl.h b/slicer/slicer/modelPartsTypes.impl.h index 718f654..b04def8 100644 --- a/slicer/slicer/modelPartsTypes.impl.h +++ b/slicer/slicer/modelPartsTypes.impl.h @@ -1,4 +1,6 @@ #pragma once +// Keep this, there's a check its not defined in a test +#define SLICER_MODELPARTSTYPES_IMPL_H #include "common.h" #include "enumMap.h" // IWYU pragma: keep |