summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-09-04 18:43:02 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2023-09-04 18:43:02 +0100
commit031320d979d249015ca5e086142c39ff4efa37f6 (patch)
treee0e2ee2ad5e0dc74a3de8b336cdad545b9f851a0
parentFix up warnings from clang-tidy, mostly nodiscard (diff)
downloadslicer-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.h2
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