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

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;
}
};
}
}
}