summaryrefslogtreecommitdiff
path: root/tvision/stream/sstatict.cc
blob: f2220289960c8477d1e53cf82867a3809c98b4ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef NO_STREAM

#define Uses_TStaticText
#define Uses_TStreamableClass
#include <tv.h>
__link( RView )

TStreamableClass CLY_EXPORT RStaticText( TStaticText::name,
                              TStaticText::build,
                              __DELTA(TStaticText)
                            );

#endif