Skip to content
Snippets Groups Projects
Commit 6db2145b authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Christian Kandeler
Browse files

S60: Fix warning


Change-Id: Ia4e356a38e63f426b40b384a066744aa7746f86e
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@nokia.com>
parent 579e95af
No related branches found
No related tags found
No related merge requests found
...@@ -224,7 +224,7 @@ S60Extensions& S60Extensions::operator=(const S60Extensions& other) ...@@ -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());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment