mirror of
https://github.com/anope/anope.git
synced 2026-06-26 12:36:38 +02:00
Rename Serializable::id to object_id to avoid conflicts.
This commit is contained in:
@@ -118,7 +118,7 @@ public:
|
||||
|
||||
Serializable *obj = stype->Unserialize(NULL, ld);
|
||||
if (obj != NULL)
|
||||
obj->id = ld.id;
|
||||
obj->object_id = ld.id;
|
||||
ld.Reset();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user