scilab: rename swig_this(), swig_ptr() to SWIG_this(), SWIG_ptr()
This commit is contained in:
parent
89d9cdb1cd
commit
821118de9b
7 changed files with 21 additions and 21 deletions
|
|
@ -750,8 +750,8 @@ public:
|
|||
* addHelperFunctions()
|
||||
* ----------------------------------------------------------------------- */
|
||||
void addHelperFunctions() {
|
||||
addFunctionToScilab("swig_this", "swig_this");
|
||||
addFunctionToScilab("swig_ptr", "swig_ptr");
|
||||
addFunctionToScilab("SWIG_this", "SWIG_this");
|
||||
addFunctionToScilab("SWIG_ptr", "SWIG_ptr");
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue