Displaying 1 result from an estimated 1 matches for "nodefaultdtor".
2007 Feb 14
0
[873] trunk/wxruby2/swig/classes/GridCellAttr.i: Prevent GC prematurely cleaning up GridCellAttr-related classes
...ult wxGridCellAttr;
</del><ins>+%apply SWIGTYPE *DISOWN { wxGridCellEditor* editor };
+%apply SWIGTYPE *DISOWN { wxGridCellRenderer* renderer };
</ins><span class="cx">
</span><ins>+// This is to get arround SWIG trying to call a protected destructor
+%nodefaultdtor wxGridCellAttr;
+
</ins><span class="cx"> %include "include/wxGridCellAttr.h"
</span><span class="cx">
</span></span></pre>
</div>
</div>
</body>
</html>