Enlightenment CVS committal Author : barbieri Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/include Modified Files: evas_private.h Log Message: Add const to Evas_Smart_Class pointer. The previous commit just removed the warning, but it was not the ideal solution. The class is really a constant, nobody should change it after it's assigned. =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/include/evas_private.h,v retrieving revision 1.88 retrieving revision 1.89 diff -u -3 -r1.88 -r1.89 --- evas_private.h 22 Aug 2007 16:45:37 -0000 1.88 +++ evas_private.h 8 Feb 2008 20:03:48 -0000 1.89 @@ -230,7 +230,7 @@ int usage; - Evas_Smart_Class *smart_class; + const Evas_Smart_Class *smart_class; unsigned char delete_me : 1; unsigned char class_allocated : 1; ------------------------------------------------------------------------- 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