Changeset 57065 in vbox for trunk/src/VBox
- Timestamp:
- Jul 24, 2015 9:39:19 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxBase.h
r55960 r57065 5 5 6 6 /* 7 * Copyright (C) 2006-201 4Oracle Corporation7 * Copyright (C) 2006-2015 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 528 528 * @param cls class to declare a ctor and dtor for 529 529 */ 530 #define DECLARE_EMPTY_CTOR_DTOR(cls) cls(); ~cls();530 #define DECLARE_EMPTY_CTOR_DTOR(cls) cls(); virtual ~cls(); 531 531 532 532 /**
Note:
See TracChangeset
for help on using the changeset viewer.