R - Call to SWIG_createNewRef in copyToC was incorrectly named.
Closes #430
This commit is contained in:
parent
cc6970e21f
commit
1891b82e00
2 changed files with 5 additions and 2 deletions
|
|
@ -5,6 +5,9 @@ See the RELEASENOTES file for a summary of changes in each release.
|
|||
Version 3.0.6 (in progress)
|
||||
===========================
|
||||
|
||||
2015-06-12: wsfulton
|
||||
[R] Fix #430 - call to SWIG_createNewRef in copyToC was incorrectly named.
|
||||
|
||||
2015-06-11: sghirate
|
||||
[C#] Patch #427 adds in new command line option -outfile to combine all the
|
||||
generated C# code into a single file.
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ function(className, ..., append = TRUE)
|
|||
|
||||
if(!isGeneric("copyToC"))
|
||||
setGeneric("copyToC",
|
||||
function(value, obj = RSWIG_createNewRef(class(value)))
|
||||
function(value, obj = SWIG_createNewRef(class(value)))
|
||||
standardGeneric("copyToC"
|
||||
))
|
||||
|
||||
|
|
@ -147,4 +147,4 @@ function(fun, userData = NULL)
|
|||
}
|
||||
|
||||
|
||||
#######################################################################
|
||||
#######################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue