Changeset 15812 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 5, 2009 4:05:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r15762 r15812 1250 1250 STDMETHODIMP Display::COMGETTER(Width) (ULONG *width) 1251 1251 { 1252 CheckComArg SafeArrayNotNull(width);1252 CheckComArgNotNull(width); 1253 1253 1254 1254 AutoCaller autoCaller (this);
Note:
See TracChangeset
for help on using the changeset viewer.