mirror of
https://github.com/anope/anope.git
synced 2026-07-02 03:46:39 +02:00
Improve the layout of types that inherit from another type.
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
|
||||
#include "module.h"
|
||||
|
||||
class ENone : public Module
|
||||
class ENone
|
||||
: public Module
|
||||
{
|
||||
public:
|
||||
ENone(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, ENCRYPTION | VENDOR)
|
||||
|
||||
Reference in New Issue
Block a user