Added missing semicolon

This commit is contained in:
Stephanie 2021-10-18 12:18:35 -04:00
parent b0c4ade926
commit 02d52d94d5
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ namespace Pinetime {
public: public:
MyApp(DisplayApp* app); MyApp(DisplayApp* app);
~MyApp() override; ~MyApp() override;
} };
} }
} }
} }