Changeset 1062 for code/trunk/src/util/String.h
- Timestamp:
- Apr 14, 2008, 5:50:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/util/String.h
r1056 r1062 30 30 #define _Util_String_H__ 31 31 32 #include "UtilPrereqs.h" 33 32 34 #include <string> 33 35 #include <sstream> 34 35 #include "UtilPrereqs.h"36 36 37 37 _UtilExport void strip(std::string* str);
Note: See TracChangeset
for help on using the changeset viewer.