Changeset 33700 in vbox for trunk/include/iprt/cpp
- Timestamp:
- Nov 2, 2010 4:19:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/xml.h
r33469 r33700 636 636 ~XmlMemParser(); 637 637 638 void read(const void* pvBuf, int cbSize, const iprt::MiniString &strFilename, Document &doc);638 void read(const void* pvBuf, size_t cbSize, const iprt::MiniString &strFilename, Document &doc); 639 639 }; 640 640
Note:
See TracChangeset
for help on using the changeset viewer.