X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmEditAccount.h;h=a1515285459fba44f131d2a2ad5cc8fdfa9a20a3;hp=754e2c75e9e281ccb3097469196ae85e0c44066b;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hpb=d91452d39ea9212c1b2185713576ebfa4f709310 diff --git a/source/frmEditAccount.h b/source/frmEditAccount.h index 754e2c7..a151528 100644 --- a/source/frmEditAccount.h +++ b/source/frmEditAccount.h @@ -28,10 +28,12 @@ Subclass of frmEditAccountADT, which is generated by wxFormBuilder. #include #include "frmInvalidSSLCertificate.h" #include "common/svrblist.h" -#include "carddav/carddav.h" +#include "connobject/ConnectionObject.h" #if defined(__WIN32__) #include "common/win32ssl.h" +#else +#include "common/sslcertstructs.h" #endif //// end generated include @@ -55,7 +57,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