freebsd-ports/math/octave/files/patch-libinterp-octave-value-ov-classdef.cc
Maho Nakata a2415bfdec Forgot to add patches, and bump port revision
PR:		201737
Submitted by:	you.akira.noda@gmail.com
Also spotted by: stephen@
2016-01-13 01:53:49 +00:00

14 lines
377 B
C++

--- libinterp/octave-value/ov-classdef.cc.orig 2015-07-21 17:05:21.000000000 +0900
+++ libinterp/octave-value/ov-classdef.cc 2015-07-21 17:05:32.000000000 +0900
@@ -1937,6 +1937,11 @@
return true;
}
+void cdef_object_scalar::mark_as_constructed (const cdef_class& cls)
+{
+ ctor_list.erase (cls);
+}
+
handle_cdef_object::~handle_cdef_object (void)
{
#if DEBUG_TRACE