Changeset 75260 in vbox
- Timestamp:
- Nov 5, 2018 7:23:09 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126362
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r75251 r75260 484 484 typedef std::map<CaptureFeature_T, bool> CaptureFeatureMap; 485 485 486 class CaptureScreenSettings 487 { 488 public: 489 486 struct CaptureScreenSettings 487 { 490 488 CaptureScreenSettings(); 491 489 -
trunk/src/VBox/Main/include/CaptureSettingsImpl.h
r75259 r75260 25 25 namespace settings 26 26 { 27 classCaptureSettings;27 struct CaptureSettings; 28 28 } 29 29
Note:
See TracChangeset
for help on using the changeset viewer.