Changeset 1483:743bfb177bc4
- Timestamp:
- 08/29/10 12:44:17 (18 months ago)
- Branch:
- default
- Location:
- sources
- Files:
-
- 2 edited
-
include/libdodo/string.h (modified) (1 diff)
-
src/string.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sources/include/libdodo/string.h
r1461 r1483 84 84 * destructor 85 85 */ 86 ~string() { delete buf; }86 ~string(); 87 87 88 88 /** -
sources/src/string.cc
r1461 r1483 116 116 //------------------------------------------------------------------- 117 117 118 string::~string() 119 { 120 delete [] buf; 121 } 122 123 //------------------------------------------------------------------- 124 118 125 void 119 126 string::erase(unsigned long index,
Note: See TracChangeset
for help on using the changeset viewer.
