scilab: rename swig_this(), swig_ptr() to SWIG_this(), SWIG_ptr()

This commit is contained in:
Simon Marchetto 2014-06-26 09:44:49 +02:00
commit 821118de9b
7 changed files with 21 additions and 21 deletions

View file

@ -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");
}
/* -----------------------------------------------------------------------