mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
fix a few discrepancies
This commit is contained in:
@@ -133,7 +133,7 @@ template <class DataType, class ReturnType>
|
||||
inline TemplateBase<DataType, ReturnType>::TemplateBase(void) :
|
||||
m_dataType(NONE),
|
||||
m_loaded(false),
|
||||
m_data(nullptr)
|
||||
m_data()
|
||||
{
|
||||
} // TemplateBase::TemplateBase(void)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user