diff options
Diffstat (limited to 'examples/pick_list')
-rw-r--r-- | examples/pick_list/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pick_list/src/main.rs b/examples/pick_list/src/main.rs index 3917a554..68662602 100644 --- a/examples/pick_list/src/main.rs +++ b/examples/pick_list/src/main.rs @@ -3,7 +3,7 @@ use iced::{ Sandbox, Scrollable, Settings, Space, Text, }; -pub fn main() { +pub fn main() -> iced::Result { Example::run(Settings::default()) } |