[DEV] update to the new ETK allocator wrapper
This commit is contained in:
parent
8ad226763b
commit
a0420a8897
@ -63,5 +63,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);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user