# HG changeset patch # User Benjamin Golinvaux # Date 1591094067 -7200 # Node ID f3f4cd58fde49af772995bbcce0c9c0dcd56ead7 # Parent ab00f36718ed5c40a9dd9744cba5dc26d6f12f46 Fixed RTSTRUCT test build diff -r ab00f36718ed -r f3f4cd58fde4 UnitTestsSources/TestStructureSet.cpp --- a/UnitTestsSources/TestStructureSet.cpp Tue May 26 17:38:54 2020 +0200 +++ b/UnitTestsSources/TestStructureSet.cpp Tue Jun 02 12:34:27 2020 +0200 @@ -5750,5 +5750,5 @@ } } - Exitialize(loadersContext); + Exitialize(*loadersContext); }