- Timestamp:
- Jul 2, 2009 11:53:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/ministring_cpp.h
r21098 r21154 61 61 62 62 ministring(const ministring &s) 63 : m_psz(NULL) 63 64 { 64 65 copyFrom(s); … … 66 67 67 68 ministring(const char *pcsz) 69 : m_psz(NULL) 68 70 { 69 71 copyFrom(pcsz);
Note:
See TracChangeset
for help on using the changeset viewer.