aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flsupport.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-02-26 04:56:23 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-02-26 04:56:23 +0000
commit327c548eb8237c5dd1c6f9eca4fe7787e03506b1 (patch)
tree8a54c6327f66a547cbfb5b0a7adbc0fd3b3dc2ab /externals/grill/flext/source/flsupport.h
parent8ec192b0c40fd0d42a2e55da3c58e7b0c5e84b6d (diff)
- fixed typos and 64-bit compatibility
- conform to idle callback functionality in devel_0_38 new lock-free lifo and fifo svn path=/trunk/; revision=2582
Diffstat (limited to 'externals/grill/flext/source/flsupport.h')
-rw-r--r--externals/grill/flext/source/flsupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h
index 9377b021..123f956a 100644
--- a/externals/grill/flext/source/flsupport.h
+++ b/externals/grill/flext/source/flsupport.h
@@ -138,7 +138,7 @@ public:
static int Version();
//! Flext version string
- static const char *VersionStr();
+ static const char *VersionStr();
// --- buffer/array stuff -----------------------------------------