Kaydet (Commit) 553528de authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:defaultparams

Change-Id: Iab3346afa24004c49be1f1c40588707507b20d60
üst 109f9fa2
......@@ -288,7 +288,7 @@ bool StorageStream::Validate( bool bValidate ) const
bool StorageStream::ValidateMode( StreamMode nMode ) const
{
bool bRet = ValidateMode_Impl( nMode, NULL );
bool bRet = ValidateMode_Impl( nMode );
if ( !bRet )
SetError( SVSTREAM_ACCESS_DENIED );
return bRet;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment