- Timestamp:
- Jan 8, 2025 3:41:20 PM (10 days ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/USBDeviceFilterImpl.h
r106061 r107531 148 148 Backupable<BackupableUSBDeviceFilterData> bd; 149 149 150 bool m_fModified; 150 bool m_fModified; /** @todo r=andy Rename to mfModified to match the rest. */ 151 151 152 152 /** Used externally to indicate this filter is in the list -
trunk/src/VBox/Main/src-server/USBDeviceFilterImpl.cpp
r106061 r107531 185 185 186 186 USBDeviceFilter::USBDeviceFilter() 187 : mParent(NULL), 188 mPeer(NULL) 187 : mParent(NULL) 188 , mPeer(NULL) 189 , m_fModified(false) 190 , mInList(false) 189 191 { 190 192 }
Note:
See TracChangeset
for help on using the changeset viewer.