summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/slang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/slang.h b/include/slang.h
index b9fe732c0..ba247aadd 100644
--- a/include/slang.h
+++ b/include/slang.h
@@ -722,7 +722,7 @@ typedef uint32_t SlangSizeT;
// This flag will be deprecated, use CompilerOption instead.
SLANG_TARGET_FLAG_GENERATE_SPIRV_DIRECTLY = 1 << 10,
};
- constexpr static SlangTargetFlags kDefaultTargetFlags =
+ inline constexpr SlangTargetFlags kDefaultTargetFlags =
SLANG_TARGET_FLAG_GENERATE_SPIRV_DIRECTLY;
/*!