Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Дмитрий Марков committed Jan 12, 2022
1 parent 88f0190 commit 6dfa141
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/displayapp/screens/WatchFaceTerminal.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ namespace Pinetime {
namespace Applications {
namespace Screens {

class WatchFaceDigital : public Screen {
class WatchFaceTerminal : public Screen {
public:
WatchFaceDigital(DisplayApp* app,
WatchFaceTerminal(DisplayApp* app,
Controllers::DateTime& dateTimeController,
Controllers::Battery& batteryController,
Controllers::Ble& bleController,
Controllers::NotificationManager& notificatioManager,
Controllers::Settings& settingsController,
Controllers::HeartRateController& heartRateController,
Controllers::MotionController& motionController);
~WatchFaceDigital() override;
~WatchFaceTerminal() override;

bool Refresh() override;

Expand Down

0 comments on commit 6dfa141

Please sign in to comment.