We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a00a86 commit 2ead43bCopy full SHA for 2ead43b
1 file changed
RTLBenchmarkApp/src/BenchMark.cpp
@@ -103,7 +103,7 @@ namespace rtl_bench
103
{
104
static rtl::Record rNode = cxx_mirror().getRecord("node").value();
105
static rtl::Method sendMsg = rNode.getMethod("sendMessage").value();
106
- static rtl::RObject robj = rNode.create<rtl::alloc::Stack>().robj;
+ static rtl::RObject robj = rNode.create<rtl::alloc::Stack>().rObject;
107
108
for (auto _ : state)
109
@@ -148,7 +148,7 @@ namespace rtl_bench
148
149
150
static rtl::Method getMsg = rNode.getMethod("getMessage").value();
151
152
153
154
0 commit comments