S60: Fix warning

Change-Id: Ia4e356a38e63f426b40b384a066744aa7746f86e
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
Orgad Shaneh
2012-06-27 16:30:07 +03:00
committed by Christian Kandeler
parent 579e95af8f
commit 6db2145b23

View File

@@ -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());
} }