X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmEditAccount.h;h=4175721c27a6a56b2d64eb16efdb2a665ceece2e;hp=ba24bca1758ddf4d114abc5f9154614a083793a4;hb=ce32889b3a42670bfbc3bbb87a689ae79e889e68;hpb=6ad74138800e7c553e3058d5de9ba4f4976c92b1 diff --git a/source/frmEditAccount.h b/source/frmEditAccount.h index ba24bca..4175721 100644 --- a/source/frmEditAccount.h +++ b/source/frmEditAccount.h @@ -26,7 +26,14 @@ Subclass of frmEditAccountADT, which is generated by wxFormBuilder. #include "AppXestiaAddrBk.h" #include -#include "carddav/carddav.h" +#include "frmInvalidSSLCertificate.h" +#include "connobject/ConnectionObject.h" + +#if defined(__WIN32__) +#include "common/win32ssl.h" +#else +#include "common/sslcertstructs.h" +#endif //// end generated include @@ -49,7 +56,7 @@ class frmEditAccount : public frmEditAccountADT wxString AccName; bool DialogResult = false; #if defined(__APPLE__) - int DisplayTrustPanel(CardDAV *Connection); + int DisplayTrustPanel(ConnectionObject *Connection); #endif //// end generated class members