[DEV] change default Instance

This commit is contained in:
2014-08-13 22:30:47 +02:00
parent 5a924f7c9d
commit 3f0febce28
9 changed files with 36 additions and 48 deletions

View File

@@ -88,7 +88,7 @@ namespace appl {
bool replace(const std::string& _data, const appl::Buffer::Iterator& _pos, const appl::Buffer::Iterator& _posEnd);
bool replace(const std::string& _data);
bool replace(const std::u32string& _data) {
return replace(std::to_string(_data));
return replace(etk::to_string(_data));
}
/**
* @brief Remove selected data ...