aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/stopwatch/StopWatchController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/stopwatch/StopWatchController.h b/src/components/stopwatch/StopWatchController.h
index 1590581f..800ca1b3 100644
--- a/src/components/stopwatch/StopWatchController.h
+++ b/src/components/stopwatch/StopWatchController.h
@@ -9,6 +9,7 @@ namespace Pinetime {
namespace System {
class SystemTask;
}
+
namespace Controllers {
enum class StopWatchStates { Cleared, Running, Paused };
@@ -18,7 +19,6 @@ namespace Pinetime {
TickType_t timeSinceStart = 0; // Excluding pauses
};
-
class StopWatchController {
public:
StopWatchController();