Brett 2023-03-05 13:01:38 -05:00
parent 063a679278
commit 831a485209
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;
}