diff options
Diffstat (limited to 'src/note.cpp')
-rw-r--r-- | src/note.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/note.cpp b/src/note.cpp index 6486de3..09eb274 100644 --- a/src/note.cpp +++ b/src/note.cpp @@ -2582,7 +2582,7 @@ void Note::debug() else if (isGroup()) std::cout << ": Group"; else - std::cout << ": Content[" << content()->lowerTypeName() << "]: " << toText(""); + std::cout << ": Content[" << content()->lowerTypeName().local8Bit() << "]: " << toText("").local8Bit(); std::cout << std::endl; } |