We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0edd6 commit d819a01Copy full SHA for d819a01
BrotBoxEngine/AutoRefCountable.cpp
@@ -86,6 +86,7 @@ bbe::AutoRef& bbe::AutoRef::operator=(AutoRefCountable* countable)
86
decRef();
87
this->countable = countable;
88
incRef();
89
+ return *this;
90
}
91
92
bool bbe::AutoRef::operator==(const void* ptr) const
0 commit comments