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

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;
 }