wstring is now guaranteed by dtoolbase

This commit is contained in:
David Rose 2003-01-21 16:50:25 +00:00
parent 36bec1e8d7
commit 9411fd0af0

View File

@ -29,11 +29,6 @@
class Node;
class TextGlyph;
#if defined(__GNUC__) && !defined(HAVE_IOSTREAM)
// For some reason, early versions of gcc's <string> didn't define this.
typedef basic_string<wchar_t> wstring;
#endif
////////////////////////////////////////////////////////////////////
// Class : TextFont
// Description : An encapsulation of a font; i.e. a set of glyphs that