mirror of
https://github.com/anope/anope.git
synced 2026-06-28 09:16:38 +02:00
Improve the layout of types that inherit from another type.
This commit is contained in:
+2
-1
@@ -300,7 +300,8 @@ void StackerInfo::AddMode(Mode *mode, bool set, const Anope::string ¶m)
|
||||
list->emplace_back(mode, param);
|
||||
}
|
||||
|
||||
static class ModePipe : public Pipe
|
||||
static class ModePipe
|
||||
: public Pipe
|
||||
{
|
||||
public:
|
||||
void OnNotify() override
|
||||
|
||||
Reference in New Issue
Block a user