kicad/common/legacy_gal
Seth Hillbrand 4f672f0d39 Fixing a number of dynamic_casts
Dynamic casts should only be used when we explicitly check for the
resulting pointer to be NULL.  Where we know the class is castable we
can use static_cast, save on overhead and ensure our resulting pointer
is non-null.
2018-10-11 15:24:12 -07:00
..
block.cpp Fixing a number of dynamic_casts 2018-10-11 15:24:12 -07:00
eda_draw_frame.cpp Fix color issues with cursor and sheet pins. 2018-10-09 11:08:56 +01:00
other.cpp eeschema-gal: Base refactoring before GALification of the eeschema legacy canvas. 2018-10-09 11:08:52 +01:00