vc6 fixup

This commit is contained in:
Glenn Maynard
2002-10-24 08:43:39 +00:00
parent 4fa4be8161
commit 377ded65ea
-1
View File
@@ -68,7 +68,6 @@ public:
const char *GetString() const { return (const char *) *this; }
};
#define CString CStringTemp
#define CStringArray CArray<CStringTemp,CStringTemp>
/* VC6's <algorithm> is doesn't actually define min and max. */
template<class T>