From 85526db81aab60808db25104ee086e1ab3d57c84 Mon Sep 17 00:00:00 2001 From: tetektoza Date: Tue, 2 Sep 2025 21:46:05 +0200 Subject: [PATCH] Gui: Fix typo in SelectionView --- src/Gui/Selection/SelectionView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Selection/SelectionView.cpp b/src/Gui/Selection/SelectionView.cpp index d6b0ee8bf7..30d82cc699 100644 --- a/src/Gui/Selection/SelectionView.cpp +++ b/src/Gui/Selection/SelectionView.cpp @@ -725,7 +725,7 @@ struct ElementInfo { struct SubMenuInfo { QMenu *menu = nullptr; // Map from sub-object label to map from object path to element info - std::map > items; + std::map> items; }; PickData SelectionMenu::doPick(const std::vector &sels)