]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOSyncer.h
xnu-6153.11.26.tar.gz
[apple/xnu.git] / iokit / IOKit / IOSyncer.h
index f72dcc37fa95dd05ae04347de9f0b83999fde4e4..299bb5e932b965c85bea4bada6a3a154d75b893d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998-2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 1998-2019 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  *
@@ -34,7 +34,7 @@
 
 class IOSyncer : public OSObject
 {
-       OSDeclareDefaultStructors(IOSyncer)
+       OSDeclareDefaultStructors(IOSyncer);
 
 private:
 // The spin lock that is used to guard the 'threadMustStop' variable.