Skip to content
Snippets Groups Projects
Commit ed966953 authored by svornost's avatar svornost
Browse files

don't permit using CEF builds that will have encoding problems with slot...

don't permit using CEF builds that will have encoding problems with slot saves; we assume UTF16 strings.
parent 61378d71
No related branches found
No related tags found
1 merge request!11221Fixes
......@@ -5,6 +5,8 @@
#include <memory>
#include <vector>
static_assert(CEF_STRING_TYPE_UTF16);
namespace fs = std::filesystem;
namespace {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment