Merge pull request #757 from stephanie-eng/patch-1
Fixed Apps tutorial to compile properly
This commit is contained in:
commit
9b46354bef
|
@ -51,14 +51,14 @@ MyApp.h:
|
||||||
#include "displayapp/screens/Screen.h"
|
#include "displayapp/screens/Screen.h"
|
||||||
#include <lvgl/lvgl.h>
|
#include <lvgl/lvgl.h>
|
||||||
|
|
||||||
namespace PineTime {
|
namespace Pinetime {
|
||||||
namespace Applications {
|
namespace Applications {
|
||||||
namespace Screens {
|
namespace Screens {
|
||||||
class MyApp : public Screen {
|
class MyApp : public Screen {
|
||||||
public:
|
public:
|
||||||
MyApp(DisplayApp* app);
|
MyApp(DisplayApp* app);
|
||||||
~MyApp() override;
|
~MyApp() override;
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user