]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOEventSource.cpp
xnu-517.7.7.tar.gz
[apple/xnu.git] / iokit / Kernel / IOEventSource.cpp
index 44bdcf52eabc0730f9c78cefdba31a6a5ff00e75..8c469db0943915bc80eee8e17170e534410863f1 100644 (file)
@@ -54,7 +54,7 @@ void IOEventSource::wakeupGate(void *event, bool oneThread)
         { workLoop->wakeupGate(event, oneThread); }
 
 bool IOEventSource::init(OSObject *inOwner,
-                         Action inAction = 0)
+                         Action inAction)
 {
     if (!inOwner)
         return false;