mirror of
https://github.com/corda/corda.git
synced 2025-03-14 08:16:32 +00:00
fixed compile error, function in vm namespace needed to call function in the anonymous namespace
This commit is contained in:
parent
d68c2e6e2c
commit
098e185ebe
@ -170,7 +170,7 @@ resolveNativeMethod2(Thread* t, object method)
|
||||
snprintf(decorated + decoratedSize - 1, 5, "@%d",
|
||||
footprint * BytesPerWord);
|
||||
|
||||
p = resolveNativeMethod(t, undecorated, decorated);
|
||||
p = ::resolveNativeMethod(t, undecorated, decorated);
|
||||
if (p) {
|
||||
return p;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user