From 0e3f4b53110a91d897c4300ac58481f8764f52f5 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 7 Nov 2017 13:36:58 +0100 Subject: [PATCH] [DEBUG] correct build of the player --- tools/player-video/appl/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/player-video/appl/Main.cpp b/tools/player-video/appl/Main.cpp index c5e9023..9c4aa33 100644 --- a/tools/player-video/appl/Main.cpp +++ b/tools/player-video/appl/Main.cpp @@ -108,6 +108,6 @@ int main(int _argc, const char *_argv[]) { etk::init(_argc, _argv); audio::river::init(); zeus::init(_argc, _argv); - return ewol::run(ETK_NEW(appl::MainApplication)(), _argc, _argv); + return ewol::run(ETK_NEW(appl::MainApplication), _argc, _argv); }