make to_json work on StyleP and IndexMap

This commit is contained in:
GenevensiS
2026-01-15 18:08:34 +01:00
parent 8afd412021
commit 2e68014612
5 changed files with 42 additions and 11 deletions
-1
View File
@@ -185,7 +185,6 @@ public:
compare_ptr = value;
return COMPARE_AS_POINTER;
}
private:
/// Store a pointer to a collection, collections are only ever used for structures owned outside the script
const Collection* value;
};