Fixing "bug" in browsecontactdialog. Something strange is with OSX Mavericks
diff --git a/src/browsecontactdialog.h b/src/browsecontactdialog.h
index f74a14f..dfcb64c 100644
--- a/src/browsecontactdialog.h
+++ b/src/browsecontactdialog.h
@@ -44,8 +44,8 @@
   typedef boost::unique_lock<RecLock> UniqueRecLock;
 
 private:
-  std::vector<std::string>
-  getCertName();
+  void
+  getCertNames(std::vector<std::string> &names);
 
   void
   updateCertificateMap(bool filter = false);