Added missing semicolon
This commit is contained in:
parent
b0c4ade926
commit
02d52d94d5
|
@ -58,7 +58,7 @@ namespace Pinetime {
|
||||||
public:
|
public:
|
||||||
MyApp(DisplayApp* app);
|
MyApp(DisplayApp* app);
|
||||||
~MyApp() override;
|
~MyApp() override;
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user