Fix compilation
Former-commit-id: d5ac6bb73615f7c9b068c1de2037dfeddc5c1b45
This commit is contained in:
@@ -215,7 +215,7 @@ namespace Nz
|
||||
*/
|
||||
|
||||
template<typename T>
|
||||
T* SparsePtr::operator->() const
|
||||
T* SparsePtr<T>::operator->() const
|
||||
{
|
||||
return reinterpret_cast<T*>(m_ptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user