diff --git a/common/hash_eda.cpp b/common/hash_eda.cpp index 5475c242df..40e98ad830 100644 --- a/common/hash_eda.cpp +++ b/common/hash_eda.cpp @@ -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;