diff options
Diffstat (limited to 'modules/database/db_json.cpp')
-rw-r--r-- | modules/database/db_json.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/database/db_json.cpp b/modules/database/db_json.cpp index a0b966e62..a3587a2dc 100644 --- a/modules/database/db_json.cpp +++ b/modules/database/db_json.cpp @@ -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; |