From 86ecf983a799e73b54a13616e5fda6b268c20e5e Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 19 Jan 2005 04:57:15 +0000 Subject: - fixed typos and 64-bit compatibility - conform to idle callback functionality in devel_0_38 cleanups svn path=/trunk/; revision=2522 --- externals/grill/flext/source/flbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/flext/source/flbase.h') 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. -- cgit v1.2.1