diff options
Diffstat (limited to 'externals/grill/py')
-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; } |