X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fforms%2Fnewaccount%2FfrmNewAccount.h;h=c1c75e359c2bde819e232019fd41a297d62d9c24;hb=512577f3a85cf85feab3f09e9389581bb379413a;hp=ae8c17019dfd622747356da76bc3dff046c60f6a;hpb=bfa613e1025ab5a057a8312d49079beab700abfa;p=xestiacalendar%2F.git diff --git a/source/forms/newaccount/frmNewAccount.h b/source/forms/newaccount/frmNewAccount.h index ae8c170..c1c75e3 100644 --- a/source/forms/newaccount/frmNewAccount.h +++ b/source/forms/newaccount/frmNewAccount.h @@ -76,8 +76,8 @@ class frmNewAccount : public frmNewAccountADT void CloseWindow( wxCommandEvent& event ); void WriteAccountDetails( wxFileConfig *cfgFileIn, wxString accountType, wxString directoryName ); #if defined(__APPLE__) - int DisplayTrustPanel(ConnectionObject *Connection); - SecTrustResultType ProcessResultType(ConnectionObject *Connection); + int DisplayTrustPanel(CalDAV *Connection); + SecTrustResultType ProcessResultType(CalDAV *Connection); #endif public: /** Constructor */