include/xot/ref.h in xot-0.1.8 vs include/xot/ref.h in xot-0.1.9
- old
+ new
@@ -59,10 +59,15 @@
#endif
if (del) delete this;
}
- virtual bool rucy_wrapped () const
+ virtual void* rucy_value () const
+ {
+ return NULL;
+ }
+
+ virtual bool rucy_disable_override () const
{
return false;
}
protected: