mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
Update breakpad to make it work with MinGW
This commit is contained in:
2
thirdparty/breakpad/processor/linked_ptr.h
vendored
2
thirdparty/breakpad/processor/linked_ptr.h
vendored
@@ -128,7 +128,7 @@ class linked_ptr {
|
||||
// Release ownership of the pointed object and returns it.
|
||||
// Sole ownership by this linked_ptr object is required.
|
||||
T* release() {
|
||||
bool last = link_.depart();
|
||||
link_.depart();
|
||||
T* v = value_;
|
||||
value_ = NULL;
|
||||
return v;
|
||||
|
Reference in New Issue
Block a user