Support Rumble on Windows

This commit is contained in:
loki
2021-07-18 11:05:34 +02:00
parent 5ff5942258
commit 1fda8f6219
11 changed files with 165 additions and 43 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ struct packet_raw_t : public AVPacket {
std::string_view old;
std::string_view _new;
KITTY_DEFAULT_CONSTR(replace_t)
KITTY_DEFAULT_CONSTR_MOVE(replace_t)
replace_t(std::string_view old, std::string_view _new) noexcept : old { std::move(old) }, _new { std::move(_new) } {}
};