Changeset 50544 in vbox for trunk/src/VBox/Main/src-client/KeyboardImpl.cpp
- Timestamp:
- Feb 21, 2014 2:47:22 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92396
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/KeyboardImpl.cpp
r49386 r50544 113 113 114 114 unconst(mEventSource).createObject(); 115 HRESULT rc = mEventSource->init( static_cast<IKeyboard*>(this));115 HRESULT rc = mEventSource->init(); 116 116 AssertComRCReturnRC(rc); 117 117
Note:
See TracChangeset
for help on using the changeset viewer.