Drop cv:: prefix from cv::String used inside the cv namespace
This commit is contained in:
@@ -71,7 +71,7 @@ ImageDecoder WebPDecoder::newDecoder() const
|
||||
return new WebPDecoder;
|
||||
}
|
||||
|
||||
bool WebPDecoder::checkSignature( const cv::String& signature ) const
|
||||
bool WebPDecoder::checkSignature( const String& signature ) const
|
||||
{
|
||||
size_t len = signatureLength();
|
||||
bool ret = false;
|
||||
|
Reference in New Issue
Block a user