[DEV] change manager interface in application

This commit is contained in:
Edouard DUPIN 2014-06-13 23:18:43 +02:00
parent 7d7d66d121
commit a425bdc17b

View File

@ -28,9 +28,10 @@
#include <appl/ctags/readtags.h>
#include <appl/globalMsg.h>
ewol::object::Shared<appl::BufferManager> bufferManager;
class MainApplication : public ewol::context::Application {
private:
ewol::object::Shared<appl::BufferManager> bufferManager;
public:
bool init(ewol::Context& _context, size_t _initId) {
APPL_INFO(" == > init APPL v" << APPL_VERSION << " (START) [" << ewol::getBoardType() << "] (" << ewol::getCompilationMode() << ")");