mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
Userland: Mark subclasses of IPC::{Client,Server}Connection final
This commit is contained in:
parent
c1c252ddb2
commit
a345a1f4a1
10 changed files with 14 additions and 11 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
#define LANGUAGE_CLIENT(language_name_, socket_name) \
|
||||
namespace language_name_ { \
|
||||
class ServerConnection : public HackStudio::ServerConnection { \
|
||||
class ServerConnection final : public HackStudio::ServerConnection { \
|
||||
C_OBJECT(ServerConnection) \
|
||||
public: \
|
||||
static const char* language_name() { return #language_name_; } \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue