Changeset 159 for Mulberry/branches/v4.1d1/Sources_Common/Application/Preferences/COptionsAccount.cp
- Timestamp:
- 02/03/08 20:11:07 (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/Sources_Common/Application/Preferences/COptionsAccount.cp
r150 r159 50 50 int COptionsAccount::operator==(const COptionsAccount& comp) const 51 51 { 52 return (mBaseRURL == comp.mBaseRURL);52 return CINETAccount::operator==(comp) && (mBaseRURL == comp.mBaseRURL); 53 53 } 54 54