mirror of
https://github.com/anope/anope.git
synced 2026-06-26 11:16:38 +02:00
Rename Serializable::id to object_id to avoid conflicts.
This commit is contained in:
@@ -43,8 +43,8 @@ public:
|
||||
// Used when writing data.
|
||||
Data(Serialize::Type *s_type, Serializable *obj)
|
||||
{
|
||||
if (obj->id)
|
||||
this->id = obj->id;
|
||||
if (obj->object_id)
|
||||
this->id = obj->object_id;
|
||||
s_type->Serialize(obj, *this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user