[DEV] update to the new ETK allocator wrapper

This commit is contained in:
Edouard DUPIN 2017-10-21 19:08:35 +02:00
parent 8ad226763b
commit a0420a8897

View File

@ -63,5 +63,5 @@ class MainApplication : public ewol::context::Application {
*/ */
int main(int _argc, const char *_argv[]) { int main(int _argc, const char *_argv[]) {
// second possibility // second possibility
return ewol::run(new MainApplication(), _argc, _argv); return ewol::run(ETK_NEW(MainApplication), _argc, _argv);
} }