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/Mailbox/CMailboxView.h

    r126 r133  
    7979        }; 
    8080 
    81         typedef svector<CMailboxView*>  CMailboxViewList; 
     81        typedef vector<CMailboxView*>   CMailboxViewList; 
    8282        static cdmutexprotect<CMailboxViewList> sMailboxViews;  // List of windows (protected for multi-thread access) 
    8383 
     
    124124                          mMessageView = copy.mMessageView; } 
    125125        }; 
    126         typedef svector<SMailboxSubstitute>     SMailboxSubstituteList; 
     126        typedef vector<SMailboxSubstitute>      SMailboxSubstituteList; 
    127127 
    128128                                        CMailboxView();