X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..94ff46dc2849db4d43eaaf144872decc522aafb4:/iokit/IOKit/IOCommand.h diff --git a/iokit/IOKit/IOCommand.h b/iokit/IOKit/IOCommand.h index 9c3e6c06b..6cfd848c9 100644 --- a/iokit/IOKit/IOCommand.h +++ b/iokit/IOKit/IOCommand.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2019 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * @@ -68,7 +68,7 @@ class IOCommand : public OSObject { - OSDeclareDefaultStructors(IOCommand) + OSDeclareDefaultStructors(IOCommand); public: virtual bool init(void) APPLE_KEXT_OVERRIDE;