Don't use a compiler keyword as a variable name
authorPhilip Withnall <philip@tecnocode.co.uk>
Tue, 2 Feb 2010 10:41:00 +0000 (10:41 +0000)
committerPhilip Withnall <philip@tecnocode.co.uk>
Tue, 2 Feb 2010 10:41:00 +0000 (10:41 +0000)
commitcf0e4c33fa8a7efdc62d52cad0d7dc9135dccdf8
tree04f6f9b5e1d2b7d6499c71747ac6fb5a356a5296
parente2bc5c21122b0a0703524a37df6cef43577a46f7
Don't use a compiler keyword as a variable name

Appease the MS C++ compiler by using _val instead of __value as a variable
name in G_VALUE_COLLECT_INIT.

Problem found by Haakon Sporsheim <haakon.sporsheim@gmail.com>.
Re-closes: bgo#608602
gobject/gvaluecollector.h