changed C++ std to C++23, use std::string::contains

This commit is contained in:
vaxerski
2022-07-06 16:50:11 +02:00
parent 0d7a8cca79
commit f9756d10d4
9 changed files with 29 additions and 29 deletions

View File

@@ -7,7 +7,7 @@
#include <functional>
struct SKeybind {
std::string key = 0;
std::string key = "";
uint32_t modmask = 0;
std::string handler = "";
std::string arg = "";