Skip to content
Snippets Groups Projects
Commit 0496522b authored by Adam Welc's avatar Adam Welc
Browse files

Merge pull request #321 in G/fastr from...

Merge pull request #321 in G/fastr from ~ADAM.WELC_ORACLE.COM/fastr:feature/s4_generic_dispatch to master

* commit '4025133b':
  Corrected the name of a native method.
parents 4e509c33 4025133b
No related branches found
No related tags found
No related merge requests found
......@@ -1528,7 +1528,7 @@ void R_SetExternalPtrTag(SEXP s, SEXP tag) {
(*thisenv)->CallObjectMethod(thisenv, s, externalPtrSetTagMethodID, tag);
}
void R_SetExternalPtrProt(SEXP s, SEXP p) {
void R_SetExternalPtrProtected(SEXP s, SEXP p) {
JNIEnv *thisenv = getEnv();
(*thisenv)->CallObjectMethod(thisenv, s, externalPtrSetProtMethodID, p);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment