mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
IPCCompiler: Emit IEndpoint::name() overrides
This commit is contained in:
parent
4fc15c9e6e
commit
659ddddd20
Notes:
sideshowbarker
2024-07-19 12:55:14 +09:00
Author: https://github.com/awesomekling
Commit: 659ddddd20
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ int main(int argc, char** argv)
|
|||
dbg() << "public:";
|
||||
dbg() << " " << endpoint.name << "Endpoint() {}";
|
||||
dbg() << " virtual ~" << endpoint.name << "Endpoint() override {}";
|
||||
dbg() << " virtual String name() const override { return \"" << endpoint.name << "\"; };";
|
||||
dbg();
|
||||
|
||||
for (auto& message : endpoint.messages) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue