Преглед изворни кода

Kernel/USB: Use "Pipe" instead of "USBPipe" in USBEndpoint

This wasn't caught before because nothing was including this header.
Luke пре 4 година
родитељ
комит
7dd1786b13
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Kernel/Bus/USB/USBEndpoint.h

+ 1 - 1
Kernel/Bus/USB/USBEndpoint.h

@@ -56,7 +56,7 @@ private:
     USBEndpoint(/* TODO */);
     USBEndpointDescriptor m_descriptor;
 
-    USBPipe m_pipe;
+    Pipe m_pipe;
 };
 
 }