Gleb Mazovetskiy
b4663ded94
osgAnimation/Keyframe: Fix -Wshadow warning
```
include/osgAnimation/Keyframe:108:53: warning: declaration of 'iterator' shadows a member of 'osgAnimation::TemplateKeyframeContainer<osgAnimation::TemplateCubicBezier<double> >' [-Wshadow]
108 | for(std::vector<unsigned int>::iterator iterator = intervalSizes.begin() ; iterator != intervalSizes.end() ; ++ iterator) {
| ^~~~~~~~
include/osg/MixinVector:39:44: note: shadowed declaration is here
39 | typedef typename vector_type::iterator iterator;
| ^~~~~~~~
```
2021-01-18 14:51:48 +00:00
..
2020-07-21 17:37:24 +02:00
2021-01-18 14:45:06 +00:00
2021-01-18 14:51:48 +00:00
2020-08-19 10:35:54 +02:00
2019-01-07 17:46:02 +00:00
2018-07-31 09:14:02 +01:00
2018-04-20 13:16:43 -04:00
2019-03-15 21:29:13 +03:00
2018-05-31 14:45:37 +01:00
2018-04-23 11:03:37 +01:00
2019-01-07 17:46:02 +00:00
2018-03-30 12:47:15 +01:00
2020-01-13 13:41:37 +00:00
2016-08-29 09:40:21 +02:00
2020-01-21 11:00:25 +08:00
2021-01-18 14:48:12 +00:00
2017-03-29 09:12:14 +01:00
2018-11-01 09:13:43 +00:00