diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h index 3153ee821..3e1755859 100644 --- a/src/client.h +++ b/src/client.h @@ -153,7 +153,7 @@ struct PacketLimit * The core part of the client. This class initializes all subsystems, runs * the event loop, and shuts everything down again. */ -class Client : public ConfigListener, public gcn::ActionListener +class Client final : public ConfigListener, public gcn::ActionListener { public: /** |