davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=d47c9390b89825f155c653934bd84325a1042083

commit d47c9390b89825f155c653934bd84325a1042083
Author: davemds <d...@gurumeditation.it>
Date:   Wed Oct 23 19:36:04 2013 +0200

    PythonEFL: (as always) unbreak the build with older chyton
---
 include/efl.eina.pxd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/efl.eina.pxd b/include/efl.eina.pxd
index 9e11dde..d50b161 100644
--- a/include/efl.eina.pxd
+++ b/include/efl.eina.pxd
@@ -93,8 +93,8 @@ cdef extern from "Eina.h":
 
     ctypedef struct Eina_Log_Domain:
         int         level # Max level to log
-        const char *domain_str # Formatted string with color to print
-        const char *name # Domain name
+        const_char *domain_str # Formatted string with color to print
+        const_char *name # Domain name
         size_t      namelen # strlen(name)
     ctypedef Eina_Log_Domain const_Eina_Log_Domain "const Eina_Log_Domain"
 

-- 


Reply via email to