Changeset 11186 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include
- Timestamp:
- Aug 6, 2008 5:10:32 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34210
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsHD.h
r10999 r11186 120 120 { 121 121 return slt.bus < aOther.slt.bus || 122 slt.bus == aOther.slt.bus && slt.channel < aOther.slt.channel||123 slt.bus == aOther.slt.bus && slt.channel == aOther.slt.channel && slt.device < aOther.slt.device;122 (slt.bus == aOther.slt.bus && slt.channel < aOther.slt.channel) || 123 (slt.bus == aOther.slt.bus && slt.channel == aOther.slt.channel && slt.device < aOther.slt.device); 124 124 } 125 125
Note:
See TracChangeset
for help on using the changeset viewer.