mirror of
https://github.com/mrpond/BlockTheSpot.git
synced 2025-05-11 10:26:59 +02:00
temp fix
This commit is contained in:
parent
b1a59a0ced
commit
2019c08aa0
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
#include <stdexcept>
|
||||
#include <mutex>
|
||||
#include <unordered_map>
|
||||
#include <string>
|
||||
#include <detours.h>
|
||||
|
||||
namespace Hooking {
|
||||
|
|
|
@ -47,7 +47,7 @@ namespace Utils
|
|||
#endif
|
||||
|
||||
template<typename T>
|
||||
constexpr auto TypeConvert(const T& arg)
|
||||
const auto& TypeConvert(const T& arg)
|
||||
{
|
||||
if constexpr (std::is_same_v<T, const wchar_t*>) {
|
||||
return std::wstring_view(arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue