]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOCommand.h
xnu-6153.41.3.tar.gz
[apple/xnu.git] / iokit / IOKit / IOCommand.h
index 9c3e6c06bd133a03ad1452fad1f329218a02d170..6cfd848c99dca887593c49facf9a813b4ab9cd1d 100644 (file)
@@ -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;