/**********************************************************************
 * FontVect.h  -- Font vector. An indirect array of FontID objects.
 *
 **********************************************************************/

#if !defined(__VIEWVECT_H__)
#define __VIEWVECT_H__

#include "vecttmpl.h"

// ********************************************************************
// Forward Declarations
//
class CFontView;

typedef CIVector<CFontView> CViewVector;

#endif   // __VIEWVECT_H__ 
