mirror of
https://github.com/anope/anope.git
synced 2026-06-26 21:56:38 +02:00
Improve the layout of types that inherit from another type.
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
#include "module.h"
|
||||
#include "modules/sql.h"
|
||||
|
||||
class SQLLog : public Module
|
||||
class SQLLog
|
||||
: public Module
|
||||
{
|
||||
std::set<Anope::string> inited;
|
||||
Anope::string table;
|
||||
|
||||
Reference in New Issue
Block a user