Better debugging.

(cherry picked from commit 4bc0651a3e)
This commit is contained in:
Jeff Young
2025-07-13 22:46:35 +01:00
parent 9d392d832f
commit 166314907d
+1 -1
View File
@@ -351,7 +351,7 @@ size_t hash_fp_item( const EDA_ITEM* aItem, int aFlags )
break;
default:
wxASSERT_MSG( false, "Unhandled type in function hash_fp_item() (exporter_gencad.cpp)" );
UNIMPLEMENTED_FOR( aItem->GetClass() );
}
return ret;