Removed std::string

This commit is contained in:
David Anderson
2004-06-29 06:56:31 +00:00
parent 47dd28bd63
commit 743767610a
3 changed files with 20 additions and 11 deletions

View File

@ -36,7 +36,7 @@ public:
int type;
REAL fData;
std::string cData;
char *cData;
int iData;
};