diff --git a/swig-interfaces/ruby-typemaps.i b/swig-interfaces/ruby-typemaps.i index 0046dca3a96a48fbc3e161c3c3440de0eb937fe9..d51b8ddfbb579f5d7bff07fdd26de57ad33bee4b 100644 --- a/swig-interfaces/ruby-typemaps.i +++ b/swig-interfaces/ruby-typemaps.i @@ -420,6 +420,7 @@ inline void* to_FXEvent(VALUE obj){ /* Output typemap for FXChore instances */ %typemap(out) FXChore* "$result = FXRbGetRubyObj($1, \"$1_ltype\");"; +%nodefaultctor FXChore; /* Output typemap for FXComposite instances */ %typemap(out) FXComposite * = FXObject *; @@ -591,6 +592,7 @@ inline void* to_FXEvent(VALUE obj){ /* Output typemap for FXTimer instances */ %typemap(out) FXTimer* "$result = FXRbGetRubyObj($1, \"$1_ltype\");"; +%nodefaultctor FXTimer; /* Output typemap for FXTreeItem instances */ %typemap(out) FXTreeItem * = FXObject *;