[DEBUG] build back tools

This commit is contained in:
Edouard DUPIN 2017-11-07 10:18:48 +01:00
parent 10be74f158
commit f2dbed233f

View File

@ -14,7 +14,7 @@
#include <appl/debug.hpp>
#include <appl/MainWindows.hpp>
namespace appl {
class MainApplication : public ewol::context::Application {
private:
etk::Vector<etk::String> m_listFiles;
@ -101,7 +101,7 @@ class MainApplication : public ewol::context::Application {
APPL_INFO("==> STOP ... (END)");
}
};
}
/**
@ -110,8 +110,7 @@ class MainApplication : public ewol::context::Application {
* @return std IO
*/
int main(int _argc, const char *_argv[]) {
// second possibility
return ewol::run(ETK_NEW(appl::MainApplication)(), _argc, _argv);
return ewol::run(ETK_NEW(appl::MainApplication), _argc, _argv);
}