summaryrefslogtreecommitdiff
path: root/tvision/classes/tstrinde.cc
blob: 228da8467900e587d10611029c0af39d9adb7362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 *      Turbo Vision - Version 2.0
 *
 *      Copyright (c) 1994 by Borland International
 *      All Rights Reserved.
 *

Modified by Robert H”hne to be used for RHIDE.

 *
 *
 */

#define Uses_TStrIndexRec
#include <tv.h>

TStrIndexRec::TStrIndexRec() :
    count(0)
{
}