- Timestamp:
- 11/20/07 23:45:14 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/trunk/Sources_Common/Application/Preferences/COptionsMap.h
r54 r143 221 221 { mSeparator = separator; } 222 222 virtual char GetSeparator(void) const 223 { return mSeparator[ 0UL]; }223 { return mSeparator[(cdstring::size_type)0]; } 224 224 225 225 protected: