mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Followup build fix for bug 1185223; r=buildbustage
This commit is contained in:
parent
b08f7104ca
commit
f262f514ed
@ -17416,7 +17416,7 @@ QuotaClient::PerformIdleMaintenanceOnDatabaseInternal(
|
||||
nsCOMPtr<mozIStorageConnection> mConnection;
|
||||
|
||||
public:
|
||||
AutoClose(mozIStorageConnection* aConnection)
|
||||
explicit AutoClose(mozIStorageConnection* aConnection)
|
||||
: mConnection(aConnection)
|
||||
{
|
||||
MOZ_ASSERT(aConnection);
|
||||
|
Loading…
Reference in New Issue
Block a user