aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flclass.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/source/flclass.h')
-rw-r--r--externals/grill/flext/source/flclass.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/grill/flext/source/flclass.h b/externals/grill/flext/source/flclass.h
index 17842bd2..721c3f5f 100644
--- a/externals/grill/flext/source/flclass.h
+++ b/externals/grill/flext/source/flclass.h
@@ -835,6 +835,10 @@ private:
//! Start message queue
static void StartQueue();
+#ifdef FLEXT_QTHR
+ //! Queue worker function
+ static void QWorker(thr_params *);
+#endif
//! Flush messages in the queue
static void QFlush(flext_base *th = NULL);