Show
Ignore:
Timestamp:
03/16/08 12:42:43 (7 months ago)
Author:
cyrusdaboo
Message:

Fix some compiler warnings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/MacOS/Sources/Application/Preferences_Dialog/CPrefsAccount.cp

    r150 r163  
    449449                                        } 
    450450                                        acct->SetName(new_name); 
    451                                         mCopyPrefs->mRemoteAccounts.Value().push_back(acct); 
     451                                        mCopyPrefs->mRemoteAccounts.Value().push_back((COptionsAccount*)acct); 
    452452                                        mCopyPrefs->mRemoteAccounts.SetDirty(); 
    453453                                        insert_pos = mCopyPrefs->mMailAccounts.GetValue().size() +