aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Weather.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/Weather.h')
-rw-r--r--src/displayapp/screens/Weather.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/screens/Weather.h b/src/displayapp/screens/Weather.h
index 469bf592..99cf15ba 100644
--- a/src/displayapp/screens/Weather.h
+++ b/src/displayapp/screens/Weather.h
@@ -16,7 +16,7 @@ namespace Pinetime {
~Weather() override;
- bool Refresh() override;
+ void Refresh() override;
bool OnButtonPushed() override;
@@ -42,4 +42,4 @@ namespace Pinetime {
};
}
}
-} \ No newline at end of file
+}