فهرست منبع

LibWeb: Add missing forward of Web::Streams::PullIntoDescriptor

Shannon Booth 2 سال پیش
والد
کامیت
666e413cd2
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Userland/Libraries/LibWeb/Forward.h

+ 1 - 0
Userland/Libraries/LibWeb/Forward.h

@@ -546,6 +546,7 @@ class WritableStream;
 class WritableStreamDefaultController;
 class WritableStreamDefaultWriter;
 
+struct PullIntoDescriptor;
 struct UnderlyingSink;
 struct UnderlyingSource;
 }