Changeset 42238 in vbox
- Timestamp:
- Jul 19, 2012 5:38:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r41925 r42238 674 674 { 675 675 mVRDEServerInfo->uninit(); 676 unconst(mVRDEServerInfo).setNull(); ;676 unconst(mVRDEServerInfo).setNull(); 677 677 } 678 678 … … 698 698 { 699 699 mKeyboard->uninit(); 700 unconst(mKeyboard).setNull(); ;700 unconst(mKeyboard).setNull(); 701 701 } 702 702 … … 704 704 { 705 705 mGuest->uninit(); 706 unconst(mGuest).setNull(); ;706 unconst(mGuest).setNull(); 707 707 } 708 708
Note:
See TracChangeset
for help on using the changeset viewer.