Fix weird new gcc namespace warning

This commit is contained in:
Megamouse 2024-06-27 20:37:33 +02:00
parent ef136acb6c
commit d5923ef808
8 changed files with 17 additions and 9 deletions

View file

@ -6,6 +6,8 @@
LOG_CHANNEL(dualsense_log, "DualSense");
using namespace reports;
template <>
void fmt_class_string<DualSenseDevice::DualSenseDataMode>::format(std::string& out, u64 arg)
{