Fix build error

This commit is contained in:
Seth Hillbrand 2023-01-18 10:20:20 -08:00
parent 7fa15b3fbb
commit 8f4486752d
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ bool PANEL_SETUP_FORMATTING::TransferDataFromWindow()
view->UpdateAllItemsConditionally( KIGFX::REPAINT, [] ( KIGFX::VIEW_ITEM* aItem ) -> bool
{
EDA_ITEM* item = dynamic_cast<const EDA_ITEM*>( aItem );
const EDA_ITEM* item = dynamic_cast<const EDA_ITEM*>( aItem );
if( !item )
return false;