4f672f0d39
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. |
||
---|---|---|
.. | ||
block.cpp | ||
eda_draw_frame.cpp | ||
other.cpp |