- Timestamp:
- 11/19/07 21:50:28 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/win32-merge-121/Win32/Sources/Formatting/CFontMenu.h
r126 r133 23 23 #include "CPopupButton.h" 24 24 25 #include "svector.h"26 27 25 // Classes 28 26 class CFontElement; 29 27 30 typedef svector<CFontElement*> CFontList;28 typedef vector<CFontElement*> CFontList; 31 29 32 30 class CFontPopup : public CPopupButton