mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:48:12 +00:00
LibWeb: Apply suggested fixes.
This commit is contained in:
parent
1c7a834278
commit
2981f10a5e
5 changed files with 15 additions and 11 deletions
|
@ -476,9 +476,8 @@ public:
|
|||
}
|
||||
|
||||
generator.append(R"~~~(
|
||||
virtual bool is_@wrapper_class:snakecase@() const final { return true; }
|
||||
|
||||
private:
|
||||
virtual bool is_@wrapper_class:snakecase@() const final { return true; }
|
||||
)~~~");
|
||||
|
||||
for (auto& function : interface.functions) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue