HaikuDepot: Don't use operator= on BLocker.
This commit is contained in:
parent
44d19f4d32
commit
62f555d640
@ -281,7 +281,7 @@ enum {
|
||||
|
||||
BString WebAppInterface::fBaseUrl = BString(BASEURL_DEFAULT);
|
||||
BString WebAppInterface::fUserAgent = BString();
|
||||
BLocker WebAppInterface::fUserAgentLocker = BLocker();
|
||||
BLocker WebAppInterface::fUserAgentLocker;
|
||||
|
||||
WebAppInterface::WebAppInterface()
|
||||
:
|
||||
|
Loading…
Reference in New Issue
Block a user