summaryrefslogtreecommitdiff
path: root/setedit/settvuti/uisarray.cc
blob: fec9b3b756148cb471f8e5c147019976a8360f95 (plain)
1
2
3
4
5
6
7
8
/* Copyright (C) 1996,1997,1998,1999,2000 by Salvador E. Tropea (SET),
   see copyrigh file for details */
#define Uses_TSArray_Dec
#include <settvuti.h>

// That's an unsigned int array, the following line is expanded to the
// full class. Acts just like a macro.
template class TSArray<unsigned int>;