Skip to content

Commit 787c737

Browse files
committed
Fix error
1 parent 8fd411b commit 787c737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/include/utils/string_operations.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace utils {
1313
* @define DELIMITER
1414
* @brief Delimiter used to split strings.
1515
*/
16-
constexpr std::string DELIMITER = " ";
16+
constexpr const char* DELIMITER = " ";
1717

1818
/**
1919
* @brief Mapping to normalize accented characters to their ASCII

0 commit comments

Comments
 (0)