mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 12:05:45 +00:00
Mark DestinationToString as static
This commit is contained in:
parent
c9f841adfd
commit
4b0d52ae64
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ private:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string DestinationToString(LogDestination destination) {
|
static std::string DestinationToString(LogDestination destination) {
|
||||||
if (True(destination & LogDestination::All)) {
|
if (True(destination & LogDestination::All)) {
|
||||||
return "TargetManager | Uart | UartSleep";
|
return "TargetManager | Uart | UartSleep";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue