aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/Timer.h')
-rw-r--r--src/displayapp/screens/Timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/Timer.h b/src/displayapp/screens/Timer.h
index 306281d7..a6e26063 100644
--- a/src/displayapp/screens/Timer.h
+++ b/src/displayapp/screens/Timer.h
@@ -12,7 +12,7 @@
namespace Pinetime::Applications::Screens {
class Timer : public Screen {
public:
- Timer(DisplayApp* app, Controllers::TimerController& timerController);
+ Timer(Controllers::TimerController& timerController);
~Timer() override;
void Refresh() override;
void Reset();