diff options
Diffstat (limited to 'include/connection.h')
-rw-r--r-- | include/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connection.h b/include/connection.h index c74a494b1..0d9bdb683 100644 --- a/include/connection.h +++ b/include/connection.h @@ -151,7 +151,7 @@ class ircd_connector : public classbase /** Class packet is deprecated. * This declaration is preserved here to maintain documentation only. */ -class packet +class packet : public classbase { }; |