diff --git a/Examples/test-suite/cpp11_move_only.i b/Examples/test-suite/cpp11_move_only.i index 28aaf05e5..b7db92b3b 100644 --- a/Examples/test-suite/cpp11_move_only.i +++ b/Examples/test-suite/cpp11_move_only.i @@ -2,6 +2,10 @@ %include "cpp11_move_only_helper.i" +#if defined(SWIGOCAML) +%rename(valu) val; +#endif + %ignore MoveOnly::operator=; //%valuewrapper MoveOnly; // SWIG sets %valuewrapper by default for move-only types