Use '\' instead of '$' as a tags separator.
This commit is contained in:
parent
f0efb19713
commit
0488688592
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
namespace TextUtilities {
|
namespace TextUtilities {
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
constexpr auto kTagSeparator = '$';
|
constexpr auto kTagSeparator = '\\';
|
||||||
|
|
||||||
using namespace Ui::Text;
|
using namespace Ui::Text;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue