gcc fix.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
lcStringCache gStringCache;
|
||||
|
||||
constexpr lcStringCache::lcStringCache()
|
||||
lcStringCache::lcStringCache()
|
||||
: mTexture(nullptr), mRefCount(0)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ struct lcStringCacheEntry
|
||||
class lcStringCache
|
||||
{
|
||||
public:
|
||||
constexpr lcStringCache();
|
||||
lcStringCache();
|
||||
~lcStringCache();
|
||||
|
||||
void AddRef(lcContext* Context);
|
||||
|
||||
Reference in New Issue
Block a user