evas_common3d: use void to force empty function parameters
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 16:25:36 +0000 (17:25 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 26 Nov 2015 16:25:36 +0000 (17:25 +0100)
commit043cfaa33be21585031bceaedbf5496bd15d3cc6
tree2296f585bd4912ac64b95869be5dfac5a647113a
parent1d34318938b7880f2b07b3f319995f78aa4e8c90
evas_common3d: use void to force empty function parameters

We have to use void in a function declaration if we want no function
parameters. Using just empty parenthesis means the function takes an
unspecified number of parameters.

We had it correct for most declarations and this series fixes it for
the rest.
src/lib/evas/common3d/save_load/evas_model_common.h