Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
li-feng-sc committed Jul 26, 2024
1 parent c0b131e commit d3ab313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support-lib/jni/Marshal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ namespace djinni
}
}

static LocalRef<JniType> fromCpp(JNIEnv* jniEnv, const OptionalType<typename T::CppType> &c) {
static LocalRef<JniType> fromCpp(JNIEnv* jniEnv, const OptionalType<typename T::CppType>& c) {
return c ? T::Boxed::fromCpp(jniEnv, *c) : LocalRef<JniType>{ };
}

Expand Down

0 comments on commit d3ab313

Please sign in to comment.