tasn pushed a commit to branch master.

commit aef7fbbb0cf56183e80cab46627b390701f2820e
Author: Simon Busch <[email protected]>
Date:   Fri Jan 16 09:21:24 2009 +0000

    Fix wrong forward declaration
    
    
    SVN revision: 38607
---
 include/elementary/c_elementary.pxd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/elementary/c_elementary.pxd 
b/include/elementary/c_elementary.pxd
index da8c592..259c05b 100644
--- a/include/elementary/c_elementary.pxd
+++ b/include/elementary/c_elementary.pxd
@@ -284,7 +284,7 @@ cdef extern from "Elementary.h":
 
 
 # Forward declaration of some classes
-cdef class Object
+cdef class Object(evas.c_evas.Object)
 cdef class Hoversel(Object)
 cdef class Toolbar(Object)
 cdef class List(Object)

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar

Reply via email to