From 40da422a38916bb78f2b475139e0f5f33857f244 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 23 Oct 2016 23:07:14 +0200 Subject: [PATCH] [DEV] update change API sub lib --- test/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Main.cpp b/test/Main.cpp index c487805..78e45ab 100644 --- a/test/Main.cpp +++ b/test/Main.cpp @@ -17,7 +17,7 @@ class MainApplication : public ewol::context::Application { public: virtual void onCreate(ewol::Context& _context) override { - APPL_INFO("==> OnCreate APPL (START) [" << ewol::getBoardType() << "] (" << ewol::getCompilationMode() << ")"); + APPL_INFO("==> OnCreate APPL (START) [" << gale::getBoardType() << "] (" << gale::getCompilationMode() << ")"); for( int32_t iii=0 ; iii<_context.getCmd().size(); iii++) { std::string tmpppp = _context.getCmd().get(iii); if ( tmpppp == "-h"