mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 13:44:04 +00:00
Fix ByteBuffer.h
Reviewed By: mjesun Differential Revision: D7443482 fbshipit-source-id: aa765d54149fd81f785dbca7252342ed9b3c236d
This commit is contained in:
parent
f3ef227904
commit
24b5721fb4
@ -24,7 +24,7 @@ public:
|
||||
|
||||
// JNI's NIO support has some awkward preconditions and error reporting. This
|
||||
// class provides much more user-friendly access.
|
||||
class FBEXPORT JByteBuffer : public JavaClass<JByteBuffer> {
|
||||
class FBEXPORT JByteBuffer : public JavaClass<JByteBuffer, JBuffer> {
|
||||
public:
|
||||
static constexpr const char* kJavaDescriptor = "Ljava/nio/ByteBuffer;";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user