summaryrefslogtreecommitdiff
path: root/gcr/gcr-simple-certificate.c
diff options
context:
space:
mode:
authorStefan Walter <stefw@src.gnome.org>2009-01-29 01:34:45 +0000
committerStefan Walter <stefw@src.gnome.org>2009-01-29 01:34:45 +0000
commite3f1df5b30bb5aabe590f43ae62ea04be5bba475 (patch)
tree45130f8c6c501d082f86209c96befcd1b0e31f19 /gcr/gcr-simple-certificate.c
parent324bdd95095d86bc373fd769a16cae444c1fd4b6 (diff)
downloadgcr-e3f1df5b30bb5aabe590f43ae62ea04be5bba475.tar.gz
Build fixes.
* gcr/gcr-simple-certificate.c: * pkcs11/gck/gck-data-der.c: Build fixes. svn path=/trunk/; revision=1482
Diffstat (limited to 'gcr/gcr-simple-certificate.c')
-rw-r--r--gcr/gcr-simple-certificate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcr/gcr-simple-certificate.c b/gcr/gcr-simple-certificate.c
index def7943..77ba059 100644
--- a/gcr/gcr-simple-certificate.c
+++ b/gcr/gcr-simple-certificate.c
@@ -46,7 +46,7 @@ G_DEFINE_TYPE_WITH_CODE (GcrSimpleCertificate, gcr_simple_certificate, G_TYPE_OB
static void
gcr_simple_certificate_init (GcrSimpleCertificate *self)
{
- self->pv = G_TYPE_INSTANCE_GET_PRIVATE (self, GCR_TYPE_CERTIFICATE, GcrSimpleCertificatePrivate);
+ self->pv = G_TYPE_INSTANCE_GET_PRIVATE (self, GCR_TYPE_SIMPLE_CERTIFICATE, GcrSimpleCertificatePrivate);
}
static void