fix slice view rule to apply correctly to pointers/refs->structs too

This commit is contained in:
Ryan Fleury
2025-03-14 12:41:48 -07:00
parent 41aa23b71b
commit 24ddab0db2
2 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -159,7 +159,7 @@
#endif
#if !defined(BUILD_VERSION_PATCH)
# define BUILD_VERSION_PATCH 15
# define BUILD_VERSION_PATCH 16
#endif
#define BUILD_VERSION_STRING_LITERAL Stringify(BUILD_VERSION_MAJOR) "." Stringify(BUILD_VERSION_MINOR) "." Stringify(BUILD_VERSION_PATCH)