mirror of
https://github.com/anope/anope.git
synced 2026-06-25 08:36:41 +02:00
Add a typedef for the serializable id.
This commit is contained in:
@@ -41,7 +41,7 @@ class Data final
|
||||
{
|
||||
public:
|
||||
// If non-zero then the id of the database entry.
|
||||
uint64_t id = 0;
|
||||
Serializable::Id id = 0;
|
||||
|
||||
// Data in this database entry.
|
||||
Anope::map<std::stringstream> data;
|
||||
|
||||
Reference in New Issue
Block a user