diff --git a/openVulkanoCpp/Base/Utils.hpp b/openVulkanoCpp/Base/Utils.hpp index 6c744ef..2d7e28c 100644 --- a/openVulkanoCpp/Base/Utils.hpp +++ b/openVulkanoCpp/Base/Utils.hpp @@ -143,7 +143,7 @@ namespace OpenVulkano static Array ReadFile(const std::string& filePath, bool emptyOnMissing = false); template - int GetUniqueTypeId() + static int GetUniqueTypeId() { static const int id = uniqueTypeID++; return id;