Make GetUniqueTypeId static

This commit is contained in:
Georg Hagen
2024-06-19 18:35:11 +02:00
parent e3b422f714
commit e821e0190e

View File

@@ -143,7 +143,7 @@ namespace OpenVulkano
static Array<char> ReadFile(const std::string& filePath, bool emptyOnMissing = false);
template<class T>
int GetUniqueTypeId()
static int GetUniqueTypeId()
{
static const int id = uniqueTypeID++;
return id;