mirror of
https://github.com/anope/anope.git
synced 2026-06-12 17:04:47 +02:00
Initialize the HostOffer type before the HostOffer list.
This commit is contained in:
@@ -215,7 +215,7 @@ public:
|
||||
data["expires"] << ho->expires;
|
||||
}
|
||||
|
||||
Serializable* Unserialize(Serializable *obj, Serialize::Data &data) const override
|
||||
Serializable *Unserialize(Serializable *obj, Serialize::Data &data) const override
|
||||
{
|
||||
HostOffer *ho;
|
||||
if (obj)
|
||||
@@ -913,8 +913,8 @@ class HSOffer final
|
||||
: public Module
|
||||
{
|
||||
private:
|
||||
HostOfferList hostoffers;
|
||||
HostOfferType hostoffer_type;
|
||||
HostOfferList hostoffers;
|
||||
CommandHSOffer commandhsoffer;
|
||||
CommandHSOfferList commandhsofferlist;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user