Fix build failure (const_cast name conflict)
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sat, 25 Feb 2017 19:47:24 +0000 (21:47 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sat, 25 Feb 2017 19:47:24 +0000 (21:47 +0200)
commit019d7bf948fc0d14b310fa397948ac550858af77
tree24565349e6106bc6201650ab477facc7b8f184df
parente5f420cf768becd1f7b2dd591151bb6f948023b3
Fix build failure (const_cast name conflict)

Thought I was cleaning up the naming by calling the function const_cast(),
because that's what it does. But of course it conflicts with the C++ builtin,
so renaming it to pb_const_cast() now.
pb_encode.c