mirror of
https://github.com/anope/anope.git
synced 2026-06-29 11:56:38 +02:00
Improve the layout of types that inherit from another type.
This commit is contained in:
+2
-1
@@ -17,7 +17,8 @@
|
||||
|
||||
UplinkSocket *UplinkSock = NULL;
|
||||
|
||||
class ReconnectTimer : public Timer
|
||||
class ReconnectTimer
|
||||
: public Timer
|
||||
{
|
||||
public:
|
||||
ReconnectTimer(int wait) : Timer(wait) { }
|
||||
|
||||
Reference in New Issue
Block a user