aboutsummaryrefslogtreecommitdiff
path: root/externals/grill
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2007-11-01 21:44:22 +0000
committerThomas Grill <xovo@users.sourceforge.net>2007-11-01 21:44:22 +0000
commit72369c5a8869d7fb00af376cbd111d465f6381f8 (patch)
treef89dbc13490a3bc76a088610a3f77d8cced2dd54 /externals/grill
parent0abf54ac47a2407952173e476e19e8d69e680e00 (diff)
fixed version mismatch
svn path=/trunk/; revision=8923
Diffstat (limited to 'externals/grill')
-rw-r--r--externals/grill/py/source/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/py/source/main.h b/externals/grill/py/source/main.h
index 3a49937c..86098b4c 100644
--- a/externals/grill/py/source/main.h
+++ b/externals/grill/py/source/main.h
@@ -28,7 +28,7 @@ WARRANTIES, see the file, "license.txt," in this distribution.
class pybase;
class FifoEl
- : public FifoCell
+ : public Fifo::Cell
{
public:
void Set(pybase *t,PyObject *f,PyObject *a) { th = t,fun = f,args = a; }