Browse Source

Mark DestinationToString as static

nce_cpp
Chloe Marcec 5 years ago
parent
commit
4b0d52ae64
  1. 2
      src/core/hle/service/lm/lm.cpp

2
src/core/hle/service/lm/lm.cpp

@ -286,7 +286,7 @@ private:
}
}
std::string DestinationToString(LogDestination destination) {
static std::string DestinationToString(LogDestination destination) {
if (True(destination & LogDestination::All)) {
return "TargetManager | Uart | UartSleep";
}

Loading…
Cancel
Save