1
Fork 0
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:
asynts 2020-12-08 23:54:47 +01:00 committed by Andreas Kling
parent 1c7a834278
commit 2981f10a5e
5 changed files with 15 additions and 11 deletions

View file

@ -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) {