From 72369c5a8869d7fb00af376cbd111d465f6381f8 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 1 Nov 2007 21:44:22 +0000 Subject: fixed version mismatch svn path=/trunk/; revision=8923 --- externals/grill/py/source/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/py') 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; } -- cgit v1.2.1