Changeset 76562 in vbox for trunk/src/VBox/Main/include/RecordingInternals.h
- Timestamp:
- Jan 1, 2019 3:22:50 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127864
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/RecordingInternals.h
r76553 r76562 16 16 */ 17 17 18 #ifndef ____H_RECORDINGINTERNALS19 #define ____H_RECORDINGINTERNALS18 #ifndef MAIN_INCLUDED_RecordingInternals_h 19 #define MAIN_INCLUDED_RecordingInternals_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 185 185 typedef std::list<RecordingBlock *> RecordingBlockList; 186 186 187 #endif 187 #endif /* !MAIN_INCLUDED_RecordingInternals_h */ 188 188
Note:
See TracChangeset
for help on using the changeset viewer.