mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 21:42:19 +00:00
LibWeb: Add a forward declaration of FileAPI::FileList
This commit is contained in:
parent
9f4e3c7e25
commit
a3a69b8ad2
Notes:
github-actions[bot]
2024-08-19 11:30:35 +00:00
Author: https://github.com/trflynn89
Commit: a3a69b8ad2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1111
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ struct Header;
|
||||||
namespace Web::FileAPI {
|
namespace Web::FileAPI {
|
||||||
class Blob;
|
class Blob;
|
||||||
class File;
|
class File;
|
||||||
|
class FileList;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Web::Geometry {
|
namespace Web::Geometry {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue