X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..813fb2f63a553c957e917ede5f119b021d6ce391:/iokit/IOKit/IOEventSource.h diff --git a/iokit/IOKit/IOEventSource.h b/iokit/IOKit/IOEventSource.h index 10a392afc..66ee9054a 100644 --- a/iokit/IOKit/IOEventSource.h +++ b/iokit/IOKit/IOEventSource.h @@ -161,7 +161,7 @@ successfully. */ virtual bool init(OSObject *owner, IOEventSource::Action action = 0); - virtual void free( void ); + virtual void free( void ) APPLE_KEXT_OVERRIDE; /*! @function checkForWork @abstract Virtual member function used by IOWorkLoop for work