kicad/common/view
Simon Richter da9ca2def2 Avoid cast from const_iterator to iterator
The standard library requires iterators passed to functions that modify the
container to be mutable iterators, but GCC's implementation accepts
const_iterator in some places where these are only used to mark a place,
but the actual modification happens through a different parameter.

As this breaks implementations that use the passed iterator to modify the
container (e.g. because they use a different data organization), this is
not portable; because we already have a non-const reference to the
container anyway, this is trivially fixed as well.
2016-01-17 12:31:00 -05:00
..
view.cpp Avoid cast from const_iterator to iterator 2016-01-17 12:31:00 -05:00
view_controls.cpp Fixed cursor freeze in pcbnew (GAL). 2015-07-24 10:58:47 +02:00
view_group.cpp Mainly case changes. 2013-10-14 20:40:36 +02:00
view_item.cpp view: added quick hiding mechanism in VIEW/VIEW_ITEM 2015-02-18 00:43:02 +01:00
wx_view_controls.cpp Fixed cursor freeze in pcbnew (GAL). 2015-07-24 10:58:47 +02:00