X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FfrmNewAccount.h;h=6ef8b0ce85edb62a373526941780d933218c4841;hp=30e2a3e9c3126b587bbd063993bdf1cbf4d94867;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hpb=700c6a4c98319bc09eeb5c0905a5dafac8aa61cc diff --git a/source/frmNewAccount.h b/source/frmNewAccount.h index 30e2a3e..6ef8b0c 100644 --- a/source/frmNewAccount.h +++ b/source/frmNewAccount.h @@ -51,8 +51,8 @@ protected: void WriteAccountDetails( wxFileConfig *cfgfilein, wxString AccountType, wxString DirectoryName ); void RunCardDAV2Test( wxCommandEvent& event ); #if defined(__APPLE__) - int DisplayTrustPanel(CardDAV *Connection); - SecTrustResultType ProcessResultType(CardDAV *Connection); + int DisplayTrustPanel(ConnectionObject *Connection); + SecTrustResultType ProcessResultType(ConnectionObject *Connection); #endif public: /** Constructor */