mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
Userland: Mark subclasses of IPC::{Client,Server}Connection final
This commit is contained in:
parent
c1c252ddb2
commit
a345a1f4a1
Notes:
sideshowbarker
2024-07-18 17:30:41 +09:00
Author: https://github.com/awesomekling
Commit: a345a1f4a1
10 changed files with 14 additions and 11 deletions
|
@ -12,7 +12,8 @@
|
|||
|
||||
namespace GUI {
|
||||
|
||||
class ClipboardServerConnection : public IPC::ServerConnection<ClipboardClientEndpoint, ClipboardServerEndpoint>
|
||||
class ClipboardServerConnection final
|
||||
: public IPC::ServerConnection<ClipboardClientEndpoint, ClipboardServerEndpoint>
|
||||
, public ClipboardClientEndpoint {
|
||||
C_OBJECT(ClipboardServerConnection);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue