]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/pwr_mgt/IOPMPowerSourceList.h
xnu-4570.20.62.tar.gz
[apple/xnu.git] / iokit / IOKit / pwr_mgt / IOPMPowerSourceList.h
index cb1c8ea37e387081e2a1b93c2707d91b3237cc0f..cede5e137414eb372d2f9ac56bd79f3dd5e9d2a7 100644 (file)
@@ -42,7 +42,7 @@ class IOPMPowerSourceList : public OSObject
 
   public:
     void initialize(void);
-    void free(void);
+    void free(void) APPLE_KEXT_OVERRIDE;
 
     unsigned long numberOfItems(void);
     IOReturn addToList(IOPMPowerSource *newPowerSource);