remove shadow var
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 27 Apr 2011 15:50:12 +0000 (15:50 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 27 Apr 2011 15:50:12 +0000 (15:50 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@58966 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_accessor.h

index 99a2a9c..505efa3 100644 (file)
@@ -67,7 +67,7 @@ typedef struct _Eina_Accessor Eina_Accessor;
  * Type for a callback that returns the data of a container as the given index.
  */
 typedef Eina_Bool (*Eina_Accessor_Get_At_Callback)(Eina_Accessor *it,
-                                                   unsigned int   index,
+                                                   unsigned int   idx,
                                                    void         **data);
 
 /**