Brett 2023-03-05 13:00:24 -05:00
parent 2b60b2621f
commit 063a679278
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ namespace blt {
return *this;
}
inline T* operator->(){
inline T*& operator->(){
return m_ptr;
}