Changeset 22195 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 12, 2009 8:43:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDiskImpl.cpp
r22194 r22195 1983 1983 if (!it->second.isNull()) 1984 1984 { 1985 Utf8Strname = it->first;1986 Utf8Strvalue = it->second;1985 const Utf8Str &name = it->first; 1986 const Utf8Str &value = it->second; 1987 1987 data.properties[name] = value; 1988 1988 }
Note:
See TracChangeset
for help on using the changeset viewer.