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/Letter/CLetterWindow.h

    r126 r133  
    8282 
    8383public: 
    84         typedef svector<CLetterWindow*> CLetterWindowList; 
     84        typedef vector<CLetterWindow*>  CLetterWindowList; 
    8585        static cdmutexprotect<CLetterWindowList> sLetterWindows;                                // List of windows (protected for multi-thread access) 
    8686        static CMultiDocTemplate* sLetterDocTemplate;