Changeset 75192 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 30, 2018 5:05:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.cpp
r75191 r75192 2355 2355 { 2356 2356 /* Make sure index belongs to this class: */ 2357 AssertReturnVoid(iIndex < UIActionIndex_Max); 2357 if (iIndex > UIActionIndex_Max) 2358 return; 2358 2359 2359 2360 /* If menu with such index is invalidated
Note:
See TracChangeset
for help on using the changeset viewer.