Переглянути джерело

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 WritableStreamDefaultController;
 class WritableStreamDefaultWriter;
 class WritableStreamDefaultWriter;
 
 
+struct PullIntoDescriptor;
 struct UnderlyingSink;
 struct UnderlyingSink;
 struct UnderlyingSource;
 struct UnderlyingSource;
 }
 }