[WDF] Fix KMDF so it can compile with ReactOS SDK
[reactos.git] / sdk / lib / drivers / wdf / shared / irphandlers / pnp / fxpkgpdo.cpp
index 71bf5ef..0a7fc5c 100644 (file)
@@ -353,7 +353,7 @@ FxPkgPdo::FinishInitialize(
     // Important to do this last since this will cause a pnp state machine
     // transition
     //
-    __super::FinishInitialize(DeviceInit);
+    FxPkgPnp::FinishInitialize(DeviceInit); // __super call
 }
 
 _Must_inspect_result_