From 0f576ee67600ceb2a435fb26b036551ffde8bb74 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 19 Nov 2005 23:15:44 +0000 Subject: *** empty log message *** svn path=/trunk/; revision=3981 --- externals/grill/flext/source/flxlet.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'externals/grill/flext/source/flxlet.cpp') diff --git a/externals/grill/flext/source/flxlet.cpp b/externals/grill/flext/source/flxlet.cpp index f8f26b3b..6aeea303 100755 --- a/externals/grill/flext/source/flxlet.cpp +++ b/externals/grill/flext/source/flxlet.cpp @@ -21,6 +21,8 @@ WARRANTIES, see the file, "license.txt," in this distribution. flext_base::xlet flext_base::inlist[MAXLETS],flext_base::outlist[MAXLETS]; +flext_base::xlet::xlet(): tp(xlet_none),desc(NULL) {} +flext_base::xlet::~xlet() { if(desc) delete[] desc; } void flext_base::xlet::Desc(const char *c) { -- cgit v1.2.1