Changeset 59500 in vbox for trunk/src/VBox/Frontends/VBoxBugReport
- Timestamp:
- Jan 27, 2016 4:56:58 PM (9 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxBugReport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBugReport/Makefile.kmk
r59494 r59500 18 18 # 19 19 20 SUB_DEPTH = ../../.. 20 SUB_DEPTH = ../../../.. 21 21 include $(KBUILD_PATH)/subheader.kmk 22 22 -
trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp
r59494 r59500 345 345 346 346 BugReportTarGzip::BugReportTarGzip(const char *pszFileName) 347 : m_hTar(NIL_RTTAR), m_hTarFile(NIL_RTTARFILE), BugReport(pszFileName)347 : BugReport(pszFileName), m_hTar(NIL_RTTAR), m_hTarFile(NIL_RTTARFILE) 348 348 { 349 349 VfsIoStreamHandle hVfsOut;
Note:
See TracChangeset
for help on using the changeset viewer.