mirror of
https://github.com/anope/anope.git
synced 2026-07-09 21:03:12 +02:00
Improve the layout of types that inherit from another type.
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
static std::set<Oper *> my_opers;
|
||||
static Anope::string opertype_attribute;
|
||||
|
||||
class IdentifyInterface : public LDAPInterface
|
||||
class IdentifyInterface
|
||||
: public LDAPInterface
|
||||
{
|
||||
Reference<User> u;
|
||||
|
||||
@@ -75,7 +76,8 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
class LDAPOper : public Module
|
||||
class LDAPOper
|
||||
: public Module
|
||||
{
|
||||
ServiceReference<LDAPProvider> ldap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user