HaikuDepot: Don't use operator= on BLocker.

This commit is contained in:
Augustin Cavalier 2016-05-13 23:38:42 -04:00
parent 44d19f4d32
commit 62f555d640

View File

@ -281,7 +281,7 @@ enum {
BString WebAppInterface::fBaseUrl = BString(BASEURL_DEFAULT);
BString WebAppInterface::fUserAgent = BString();
BLocker WebAppInterface::fUserAgentLocker = BLocker();
BLocker WebAppInterface::fUserAgentLocker;
WebAppInterface::WebAppInterface()
: