From 9026ea4981dd69959341b3f646ed26a7fd9b9f5b Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sun, 13 Mar 2005 04:56:40 +0000 Subject: fixes for attribute editor (to deal with large dialogs) fix for gcc strangeness eliminated ChannelsIn/ChannelsOut moved ShouldExit to flext namespace new naming for some virtual callback functions fix for flext_dsp @ Max svn path=/trunk/; revision=2621 --- externals/grill/flext/source/flthr.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'externals/grill/flext/source/flthr.cpp') diff --git a/externals/grill/flext/source/flthr.cpp b/externals/grill/flext/source/flthr.cpp index 47c64354..56a9c9a2 100644 --- a/externals/grill/flext/source/flthr.cpp +++ b/externals/grill/flext/source/flthr.cpp @@ -320,10 +320,9 @@ bool flext::StopThread(void (*meth)(thr_params *p),thr_params *p,bool wait) return qufnd.Size() == 0; } -bool flext_base::ShouldExit() const +bool flext::ShouldExit() { - thr_entry *fnd = thrstopped.Find(GetThreadId()); - return fnd != NULL; + return thrstopped.Find(GetThreadId()) != NULL; } bool flext::PushThread() -- cgit v1.2.1