Changeset 33621 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Oct 29, 2010 4:15:40 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r33612 r33621 189 189 va_list args; 190 190 va_start(args, pcszFormat); 191 Utf8Str FmtVAstrWhat(pcszFormat, args);191 Utf8Str strWhat(pcszFormat, args); 192 192 va_end(args); 193 193
Note:
See TracChangeset
for help on using the changeset viewer.