changeset 1447:f3f4cd58fde4 loader-injection-feature

Fixed RTSTRUCT test build
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 02 Jun 2020 12:34:27 +0200
parents ab00f36718ed
children dad6a2fe6fc7
files UnitTestsSources/TestStructureSet.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }