Changeset 73880 in vbox for trunk/include/iprt
- Timestamp:
- Aug 24, 2018 4:18:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restbase.h
r73879 r73880 50 50 { 51 51 public: 52 RTCRestOutputBase(); 53 virtual ~RTCRestOutputBase(); 52 RTCRestOutputBase() 53 : m_uIndent(0) 54 { } 55 virtual ~RTCRestOutputBase() 56 { } 54 57 55 58 /**
Note:
See TracChangeset
for help on using the changeset viewer.