diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2007-11-01 21:44:22 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2007-11-01 21:44:22 +0000 |
commit | 72369c5a8869d7fb00af376cbd111d465f6381f8 (patch) | |
tree | f89dbc13490a3bc76a088610a3f77d8cced2dd54 | |
parent | 0abf54ac47a2407952173e476e19e8d69e680e00 (diff) |
fixed version mismatch
svn path=/trunk/; revision=8923
-rw-r--r-- | externals/grill/py/source/main.h | 2 |
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; } |