[apps] Add a tool box as instance variable of the app container

Change-Id: I02e841da8668ca50cd7cd59101445be84244a6eb
This commit is contained in:
Émilie Feral
2016-11-07 16:23:54 +01:00
parent d09a34cde7
commit f3bbe536bc

View File

@@ -5,6 +5,7 @@
#include "graph/app.h"
#include "probability/app.h"
#include "calculation/app.h"
#include "tool_box_controller.h"
#define USE_PIC_VIEW_APP 0
#if USE_PIC_VIEW_APP
@@ -29,6 +30,7 @@ private:
PicViewApp m_picViewApp;
#endif
Context m_context;
ToolBoxController m_toolBoxController;
};
#endif