mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps] Don't make the apps_container_storage a global variable
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
class AppsContainerStorage : public AppsContainer {
|
||||
public:
|
||||
static AppsContainerStorage * sharedContainer();
|
||||
AppsContainerStorage();
|
||||
int numberOfApps() override;
|
||||
App::Snapshot * appSnapshotAtIndex(int index) override;
|
||||
|
||||
Reference in New Issue
Block a user