- Timestamp:
- Nov 21, 2010, 11:01:03 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Generics/TemplateGenerics/Specialized/SpecializedList.pas
r91 r92 92 92 end; 93 93 94 function StrToStr(Value: string): string; 95 94 96 implementation 95 97 … … 167 169 {$I 'GenericList.inc'} 168 170 171 172 function StrToStr(Value: string): string; 173 begin 174 Result := Value; 175 end; 176 169 177 { TListChar } 170 178
Note:
See TracChangeset
for help on using the changeset viewer.