Changeset 49874 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 11, 2013 12:28:07 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91238
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/AudioAdapterImpl.h
r49871 r49874 65 65 const ComObjPtr<AudioAdapter> mPeer; 66 66 struct Data; 67 Backupable<Data>mData;67 Data *mData; 68 68 }; 69 69 -
trunk/src/VBox/Main/include/NATEngineImpl.h
r49871 r49874 101 101 HRESULT removeRedirect(const com::Utf8Str &aName); 102 102 103 struct 104 Backupable<Data>mData;103 struct Data; 104 Data *mData; 105 105 bool m_fModified; 106 106 const ComObjPtr<NATEngine> mPeer;
Note:
See TracChangeset
for help on using the changeset viewer.