From eaf09ee61e6cb964cf72e0023cd30777f8e3f9fe Mon Sep 17 00:00:00 2001 From: orbea Date: Thu, 25 Jul 2019 05:26:03 -0700 Subject: [PATCH] Fix typo. (#365) Thanks a lot for spotting this issue! --- VulkanHppGenerator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VulkanHppGenerator.cpp b/VulkanHppGenerator.cpp index 7b39248..1d335ca 100644 --- a/VulkanHppGenerator.cpp +++ b/VulkanHppGenerator.cpp @@ -4933,7 +4933,7 @@ int main( int argc, char **argv ) #endif #if !defined(VULKAN_HPP_INLINE) -# if defined(__clang___) +# if defined(__clang__) # if __has_attribute(always_inline) # define VULKAN_HPP_INLINE __attribute__((always_inline)) __inline__ # else