Skip to content
Update adding new value types in RefPerSys authored by Basile Starynkevitch's avatar Basile Starynkevitch
......@@ -55,6 +55,10 @@ void rpstempf_1d7tJKAgZVG02t2FXU (Rps_CallFrame* caller) {
_.obfun = Rps_ObjectFromOidRef(&_, "_8KJHUldX8GJ03G5OWp"); // function from Create->object from Closure
_.closv = Rps_ClosureValue(_.obfun, {}); // the closure using it
_.obsel = RPS_ROOT_OB(_1Win5yzaf1L02cBUlV); // the `display_value_qt` selector
_.obintclass->install_own_method (&_, _.obsel, _.closv);
_.obintclass.install_own_method (&_, _.obsel, _.closv);
RPS_INFORMOUT("installed in " << _.obintclass
<< " obfun=" << _.obfun
<< " obsel=" << _.obsel
<< " closv=" << closv);
} // end rpstempf_1d7tJKAgZVG02t2FXU
```
\ No newline at end of file