Skip to content

Commit 36278f4

Browse files
ollydevTorwent
authored andcommitted
RemoteVM should inherit from Pointer not TObject
1 parent 50c84f8 commit 36278f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RemoteInput/Plugin/SimbaPlugin.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ static const char* PascalTypes[] =
272272
"jvalue", "union z: jboolean; b: jbyte; c: jchar; s: jshort; i: jint; j: jlong; f: jfloat; d: jdouble; l: jobject; end;",
273273
"jobjectRefType", "(JNIInvalidRefType = 0, JNILocalRefType = 1, JNIGlobalRefType = 2, JNIWeakGlobalRefType = 3)",
274274

275-
"RemoteVM", "type TObject"
275+
"RemoteVM", "type Pointer"
276276
};
277277

278278
static const long int PascalExportCount = sizeof(PascalExports) / (sizeof(PascalExports[0]) * 2);

0 commit comments

Comments
 (0)