Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
blender
monado
Commits
d31bab93
Commit
d31bab93
authored
Apr 30, 2021
by
Ryan Pavlik
Browse files
external: Update jnipp
parent
a66f5673
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/external/jnipp/jnipp.cpp
View file @
d31bab93
...
...
@@ -1480,6 +1480,10 @@ namespace jni
((
jvalue
*
)
v
)
->
l
=
env
()
->
NewStringUTF
(
a
);
}
void
valueArg
(
value_t
*
v
,
std
::
nullptr_t
)
{
((
jvalue
*
)
v
)
->
l
=
nullptr
;
}
template
<
>
void
cleanupArg
<
const
char
*>
(
value_t
*
v
)
{
...
...
src/external/jnipp/jnipp.h
View file @
d31bab93
...
...
@@ -134,6 +134,7 @@ namespace jni
void
valueArg
(
value_t
*
v
,
const
char
*
a
);
void
valueArg
(
value_t
*
v
,
const
std
::
wstring
&
a
);
void
valueArg
(
value_t
*
v
,
const
wchar_t
*
a
);
void
valueArg
(
value_t
*
v
,
std
::
nullptr_t
);
inline
void
args
(
value_t
*
)
{}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment