aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flbase.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-01-19 04:57:15 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-01-19 04:57:15 +0000
commit86ecf983a799e73b54a13616e5fda6b268c20e5e (patch)
treefeaec7ac8e9e58e51b9f3ed7f42abe09f54da604 /externals/grill/flext/source/flbase.h
parent1d804dc7b2502eb0e817b54077dd9960ca20c606 (diff)
- fixed typos and 64-bit compatibility
- conform to idle callback functionality in devel_0_38 cleanups svn path=/trunk/; revision=2522
Diffstat (limited to 'externals/grill/flext/source/flbase.h')
-rw-r--r--externals/grill/flext/source/flbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flbase.h b/externals/grill/flext/source/flbase.h
index d6c34e29..732cccbe 100644
--- a/externals/grill/flext/source/flbase.h
+++ b/externals/grill/flext/source/flbase.h
@@ -105,7 +105,7 @@ class FLEXT_SHARE FLEXT_CLASSDEF(flext_obj):
FLEXT_CLASSDEF(flext_obj)();
//! Destructor
- virtual ~FLEXT_CLASSDEF(flext_obj)() = 0;
+ virtual ~FLEXT_CLASSDEF(flext_obj)();
/*! \brief Signal a construction problem
\note This should only be used in the constructor. Object creation will be aborted.