In C, the compiler automatically converts pointers from non-const to const,
but not pointers to pointers. It has to do with the latter conversion
creating a loophole for modifying the data, if it were actually performed,
but I can't remember the details off-hand.

Anyway, that's not an Android SDK question. Try asking some place where the
C programming language is discussed.

--
Kostya Vasilyev -- http://kmansoft.wordpress.com
09.02.2011 2:02 пользователь "cervello" <eceooz...@gmail.com> написал:
> I checked every type that I used for these parameters.There is nothing
> wrong.
> Actually I had that error once again and it was fixed without doing
> anything with the parameter types.
> But now I don't understand the cause of this error..
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to