Changeset 62636 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 28, 2016 4:49:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/xml.cpp
r62635 r62636 1841 1841 1842 1842 private: 1843 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(IOContext) /* (shuts up C4626 and C4625 MSC warnings) */1843 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(IOContext); /* (shuts up C4626 and C4625 MSC warnings) */ 1844 1844 }; 1845 1845 … … 1852 1852 1853 1853 private: 1854 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(ReadContext) /* (shuts up C4626 and C4625 MSC warnings) */1854 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(ReadContext); /* (shuts up C4626 and C4625 MSC warnings) */ 1855 1855 }; 1856 1856 … … 1863 1863 1864 1864 private: 1865 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(WriteContext) /* (shuts up C4626 and C4625 MSC warnings) */1865 DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(WriteContext); /* (shuts up C4626 and C4625 MSC warnings) */ 1866 1866 }; 1867 1867
Note:
See TracChangeset
for help on using the changeset viewer.