From 39889f84460e6cb733dd6fad177ee161deac3082 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Tue, 9 Sep 2025 15:41:28 +0200 Subject: [PATCH] fix a compil issue. --- pcbnew/undo_redo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/undo_redo.cpp b/pcbnew/undo_redo.cpp index 938195d450..0af2f77b3f 100644 --- a/pcbnew/undo_redo.cpp +++ b/pcbnew/undo_redo.cpp @@ -306,6 +306,7 @@ void PCB_BASE_EDIT_FRAME::PutDataInPreviousState( PICKED_ITEMS_LIST* aList ) break; default: + break; } };