Show
Ignore:
Timestamp:
11/19/07 21:50:28 (1 year ago)
Author:
daboo
Message:

Fix for Win32 build.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/win32-merge-121/Win32/Sources/Application/Address_Book_Manager/CAdbkManagerTable.h

    r126 r133  
    151151        bool                                    mListChanging;                  // In the process of changing the list 
    152152        CColumnInfoArray*               mColumnInfo; 
    153         svector<void*>                  mData;                                  // data 
     153        vector<void*>                   mData;                                  // data 
    154154        bool                                    mHasOthers;                             // Indicates 'Other' item exists 
    155155