[DEBUG] update to the new interface etk

This commit is contained in:
Edouard DUPIN 2017-09-12 14:13:50 +02:00
parent 7cd62cee35
commit a714be0b3c
2 changed files with 1 additions and 4 deletions

View File

@ -7,7 +7,6 @@
#include <exml/Text.hpp>
#include <exml/internal/Text.hpp>
#include <exml/debug.hpp>
#include <regex>
exml::Text::Text(ememory::SharedPtr<exml::internal::Node> _internalNode) :
exml::Node(_internalNode) {

View File

@ -11,9 +11,7 @@
int main(int argc, const char *argv[]) {
// init Google test :
::testing::InitGoogleTest(&argc, const_cast<char **>(argv));
// the only one init for etk:
etk::init(argc, argv);
etest::init(argc, argv);
for (int32_t iii=0; iii<argc ; ++iii) {
etk::String data = argv[iii];
if ( data == "-h"