From 92cf4f1e48a90d8622f237a732b08487e0cde46c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 27 Sep 2022 18:35:31 -0400 Subject: Use braced init lists to avoid repeating return types --- src/gui/PropertiesWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/PropertiesWindow.cpp b/src/gui/PropertiesWindow.cpp index 6082faed..4ea1536d 100644 --- a/src/gui/PropertiesWindow.cpp +++ b/src/gui/PropertiesWindow.cpp @@ -512,7 +512,7 @@ PropertiesWindow::get_value(LV2_URID type, Gtk::Widget* value_widget) } } - return Atom(); + return {}; } void -- cgit v1.2.1