mirror of
https://github.com/anope/anope.git
synced 2026-06-30 10:16:38 +02:00
Rename Serializable::id to object_id to avoid conflicts.
This commit is contained in:
@@ -197,7 +197,7 @@ namespace SQL
|
||||
|
||||
virtual std::vector<Query> CreateTable(const Anope::string &table, const Data &data) = 0;
|
||||
|
||||
virtual Query BuildInsert(const Anope::string &table, unsigned int id, Data &data) = 0;
|
||||
virtual Query BuildInsert(const Anope::string &table, Serializable::Id id, Data &data) = 0;
|
||||
|
||||
virtual Query GetTables(const Anope::string &prefix) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user