GNOME Bugzilla – Bug 679913
build: prevent redefinition of SecretCollection
Last modified: 2012-07-14 11:26:24 UTC
Created attachment 218797 [details] [review] don't redefine SecretCollection Hi. 'SecretCollection' is already defined in secret-service.h:52 which is included in this file. Without this patch, on OpenBSD we end up with the following error when building: secret-collection.h:47: error: redefinition of typedef 'SecretCollection' secret-service.h:52: error: previous declaration of 'SecretCollection' was here Thoughts?
Thanks for catching that. Fixed in git master.