1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 09:56:40 +02:00

Remove the remaining istream use in Data.

This commit is contained in:
Sadie Powell
2026-03-26 15:48:52 +00:00
parent 85a32077b5
commit 5355b53008
10 changed files with 111 additions and 87 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ public:
Data data;
for (const auto &[key, value] : row)
data[key] << value;
data.StoreInternal(key, value);
Serializable *s = NULL;
auto it = obj->objects.find(id);