aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flxlet.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-11-19 23:15:44 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-11-19 23:15:44 +0000
commit0f576ee67600ceb2a435fb26b036551ffde8bb74 (patch)
treefa4cdf924a6569339f9d100477a3005f3718fb58 /externals/grill/flext/source/flxlet.cpp
parent21859fabaa92215068d7176e504ac0d59d4301a5 (diff)
*** empty log message ***
svn path=/trunk/; revision=3981
Diffstat (limited to 'externals/grill/flext/source/flxlet.cpp')
-rwxr-xr-xexternals/grill/flext/source/flxlet.cpp2
1 files changed, 2 insertions, 0 deletions
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)
{