forked from qt-creator/qt-creator
S60: Fix warning
Change-Id: Ia4e356a38e63f426b40b384a066744aa7746f86e Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
committed by
Christian Kandeler
parent
579e95af8f
commit
6db2145b23
@@ -224,7 +224,7 @@ S60Extensions& S60Extensions::operator=(const S60Extensions& other)
|
|||||||
/*
|
/*
|
||||||
* Return the OID of this extension
|
* Return the OID of this extension
|
||||||
*/
|
*/
|
||||||
OID Certificate_Extension::oid_of() const
|
OID S60CertificateExtension::oid_of() const
|
||||||
{
|
{
|
||||||
return OIDS::lookup(oid_name());
|
return OIDS::lookup(oid_name());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user