File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ namespace rtl_bench
103103 {
104104 static rtl::Record rNode = cxx_mirror ().getRecord (" node" ).value ();
105105 static rtl::Method sendMsg = rNode.getMethod (" sendMessage" ).value ();
106- static rtl::RObject robj = rNode.create <rtl::alloc::Stack>().robj ;
106+ static rtl::RObject robj = rNode.create <rtl::alloc::Stack>().rObject ;
107107
108108 for (auto _ : state)
109109 {
@@ -148,7 +148,7 @@ namespace rtl_bench
148148 {
149149 static rtl::Record rNode = cxx_mirror ().getRecord (" node" ).value ();
150150 static rtl::Method getMsg = rNode.getMethod (" getMessage" ).value ();
151- static rtl::RObject robj = rNode.create <rtl::alloc::Stack>().robj ;
151+ static rtl::RObject robj = rNode.create <rtl::alloc::Stack>().rObject ;
152152
153153 for (auto _ : state)
154154 {
You can’t perform that action at this time.
0 commit comments