Enlightenment CVS committal Author : barbieri Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/canvas Modified Files: evas_smart.c Log Message: Add missing cast. =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/canvas/evas_smart.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- evas_smart.c 13 Aug 2007 05:17:44 -0000 1.16 +++ evas_smart.c 8 Feb 2008 19:51:02 -0000 1.17 @@ -134,7 +134,7 @@ s->magic = MAGIC_SMART; - s->smart_class = sc; + s->smart_class = (Evas_Smart_Class *)sc; return s; } ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs