[WDF] Fix KMDF so it can compile with ReactOS SDK
[reactos.git] / sdk / lib / drivers / wdf / shared / targets / usb / um / fxusbdeviceum.cpp
index e339fd0..d364f78 100644 (file)
@@ -562,7 +562,7 @@ FxUsbDeviceControlContext::StoreAndReferenceMemory(
 {
     SetUsbType(WdfUsbRequestTypeDeviceControlTransfer);
 
-    __super::StoreAndReferenceMemory(Buffer);
+    FxUsbRequestContext::StoreAndReferenceMemory(Buffer); // __super call
 
     //
     // Convert WDF_USB_CONTROL_SETUP_PACKET to WINUSB_SETUP_PACKET