Бранимир Караџић 6 years ago
parent
commit
bcbc86c814
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/bx/handlealloc.h

+ 1 - 1
include/bx/handlealloc.h

@@ -12,7 +12,7 @@
 
 
 namespace bx
 namespace bx
 {
 {
-	static const uint16_t kInvalidHandle = UINT16_MAX;
+	constexpr uint16_t kInvalidHandle = UINT16_MAX;
 
 
 	///
 	///
 	class HandleAlloc
 	class HandleAlloc