This commit is contained in:
Leonardo Zide
2020-03-22 16:19:15 -07:00
parent a5bb4a3051
commit 66bed1a8f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
lcStringCache gStringCache;
constexpr lcStringCache::lcStringCache()
lcStringCache::lcStringCache()
: mTexture(nullptr), mRefCount(0)
{
}
+1 -1
View File
@@ -8,7 +8,7 @@ struct lcStringCacheEntry
class lcStringCache
{
public:
constexpr lcStringCache();
lcStringCache();
~lcStringCache();
void AddRef(lcContext* Context);