Ignore:
Timestamp:
2004-05-24T17:05:39+12:00 (20 years ago)
Author:
mdewsnip
Message:

Moved definition of g_EmptyText.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/text_t.h

    r7382 r7396  
    7171typedef vector<unsigned short> usvector;
    7272
    73 extern const text_t g_EmptyText;
    74 
    7573// The class text_t can handle long strings which may contain
    7674// null characters. It uses unsigned shorts to represent up to
     
    372370outconvertclass &operator<< (outconvertclass &outconverter, const text_t &t);
    373371
    374 #endif
     372extern const text_t g_EmptyText;
     373
     374#endif
Note: See TracChangeset for help on using the changeset viewer.