[DEV] update to the new ETK allocator wrapper

This commit is contained in:
2017-10-21 19:05:21 +02:00
parent 38c9a69e1e
commit be4f6217d0
9 changed files with 9 additions and 9 deletions

View File

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