Changeset 106516 in vbox for trunk/src/VBox/Main/include/MachineImpl.h
- Timestamp:
- Oct 20, 2024 2:01:39 AM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 165348
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r106061 r106516 299 299 HWData(); 300 300 ~HWData(); 301 #if RT_CPLUSPLUS_PREREQ(201100) /* VC2022: Excplit default copy constructor and copy assignment operator to avoid warnings. */ 302 HWData(HWData const &) = default; 303 HWData &operator=(HWData const &) = default; 304 #endif 301 305 302 306 Bstr mHWVersion;
Note:
See TracChangeset
for help on using the changeset viewer.