mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
0330ef8945
As we now store ContainerInfo objects in OICodeGen::Config, we can not copy it any more. Change all places that took copies to take const references instead. The copy in OICodeGen modified membersToStub, the contents of which form part of OICache's hash. However, as OICache also previously had its own copy, it would not have been OICodeGen's modifications. |
||
---|---|---|
.. | ||
combine_configs.py | ||
config_gen.py | ||
inline_stats.py | ||
OILGen.cpp | ||
OIP.cpp | ||
OIRP.cpp | ||
OITB.cpp |