summaryrefslogtreecommitdiffstats
path: root/examples/progress_bar
diff options
context:
space:
mode:
Diffstat (limited to 'examples/progress_bar')
-rw-r--r--examples/progress_bar/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/progress_bar/src/main.rs b/examples/progress_bar/src/main.rs
index 51b56eda..c9a8e798 100644
--- a/examples/progress_bar/src/main.rs
+++ b/examples/progress_bar/src/main.rs
@@ -1,6 +1,6 @@
use iced::{slider, Column, Element, ProgressBar, Sandbox, Settings, Slider};
-pub fn main() {
+pub fn main() -> iced::Result {
Progress::run(Settings::default())
}