kicad/include/view
John Beard 58814e838d Common: Fix -Wcatch-value warnings (catching exceptions by value)
This fixes some warnings on GCC 8.1:

warning: catching polymorphic type ‘class std::out_of_range’ by value [-Wcatch-value=]
         catch( std::out_of_range )
                     ^~~~~~~~~~~~

This fix is along the same lines as:

* ff1802d7a "Fix Coverity "Big parameter passed by value" warnings"
2018-06-05 11:46:17 +02:00
..
view.h Common: Fix -Wcatch-value warnings (catching exceptions by value) 2018-06-05 11:46:17 +02:00
view_controls.h GAL: update cursor position on panning and scrolling 2018-02-13 09:45:06 +01:00
view_group.h Fix a few doxygen warnings 2017-06-21 10:01:39 +02:00
view_item.h Add a REPAINT flag for faster redraw when bounding box hasn't changed 2018-02-25 18:20:34 -05:00
view_rtree.h Merged rtree.h, to avoid code duplication. 2013-11-13 17:03:22 +01:00
wx_view_controls.h GAL: update cursor position on panning and scrolling 2018-02-13 09:45:06 +01:00