Merge pull request #757 from stephanie-eng/patch-1

Fixed Apps tutorial to compile properly
This commit is contained in:
JF 2021-10-20 21:14:17 +02:00 committed by GitHub
commit 9b46354bef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,14 +51,14 @@ MyApp.h:
#include "displayapp/screens/Screen.h"
#include <lvgl/lvgl.h>
namespace PineTime {
namespace Pinetime {
namespace Applications {
namespace Screens {
class MyApp : public Screen {
public:
MyApp(DisplayApp* app);
~MyApp() override;
}
};
}
}
}