kicad/common/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.cpp Common: Fix -Wcatch-value warnings (catching exceptions by value) 2018-06-05 11:46:17 +02:00
view_controls.cpp support "disable autopan" with gal canvas 2017-11-24 12:20:15 +01:00
view_group.cpp Sort VIEW_GROUP drawing by layer order 2018-03-26 10:18:50 -04:00
view_item.cpp Code formatting 2016-12-12 16:45:52 +01:00
wx_view_controls.cpp Remove redundant window scroll event handlers in WX_VIEW_CONTROLS 2018-05-02 15:39:36 +02:00