mirror of
https://github.com/anope/anope.git
synced 2026-07-10 21:23:13 +02:00
Improve the layout of types that inherit from another type.
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
|
||||
#include "module.h"
|
||||
|
||||
class CommandHSOn : public Command
|
||||
class CommandHSOn
|
||||
: public Command
|
||||
{
|
||||
public:
|
||||
CommandHSOn(Module *creator) : Command(creator, "hostserv/on", 0, 0)
|
||||
@@ -59,7 +60,8 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
class HSOn : public Module
|
||||
class HSOn
|
||||
: public Module
|
||||
{
|
||||
CommandHSOn commandhson;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user