From e1f4d1b7759935d4b0e876ee3821133abfec8d9e Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Mon, 11 Apr 2016 23:55:01 +0100 Subject: [PATCH] Moved the ConnectionObject subroutines in the CardDAV header to in the #defined(__APPLE__) statement --- source/carddav/carddav.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/carddav/carddav.h b/source/carddav/carddav.h index 81269bc..6afc3f8 100644 --- a/source/carddav/carddav.h +++ b/source/carddav/carddav.h @@ -107,9 +107,9 @@ class CardDAV wxString ETagValueResult(); wxString GetErrorMessage(); static size_t WritebackFunc(char *ptr, size_t size, size_t nmemb, wxString *stream); +#if defined(__APPLE__) static CURL* GetConnectionObject(); static void SetConnectionObject(CURL *ConnectionObject); -#if defined(__APPLE__) SecTrustRef GetTrustObject(); #endif -- 2.39.2