[DEBUG] build back tools
This commit is contained in:
parent
10be74f158
commit
f2dbed233f
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user