diff --git a/Project/Tutorial04/Tutorial04.h b/Project/Tutorial04/Tutorial04.h index 2dfb3c3..026e939 100644 --- a/Project/Tutorial04/Tutorial04.h +++ b/Project/Tutorial04/Tutorial04.h @@ -8,8 +8,8 @@ // Intel does not assume any responsibility for any errors which may appear in this software // nor any responsibility to update it. -#if !defined(TUTORIAL_03_HEADER) -#define TUTORIAL_03_HEADER +#if !defined(TUTORIAL_04_HEADER) +#define TUTORIAL_04_HEADER #include "VulkanCommon.h" #include "Tools.h" @@ -124,4 +124,4 @@ namespace ApiWithoutSecrets { } // namespace ApiWithoutSecrets -#endif // TUTORIAL_03_HEADER \ No newline at end of file +#endif // TUTORIAL_04_HEADER \ No newline at end of file