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/Server/CServerWindow.h

    r126 r133  
    3737 
    3838public: 
    39         typedef svector<CServerWindow*> CServerWindowList; 
     39        typedef vector<CServerWindow*>  CServerWindowList; 
    4040        static cdmutexprotect<CServerWindowList> sServerWindows;        // List of windows (protected for multi-thread access) 
    4141        static CMultiDocTemplate*       sServerDocTemplate;