unbdo
parent
063a679278
commit
831a485209
|
@ -71,7 +71,7 @@ namespace blt {
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline T*& operator->(){
|
inline T* operator->(){
|
||||||
return m_ptr;
|
return m_ptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue