mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-08-03 04:17:34 -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