Преглед изворни кода

Mark DestinationToString as static

Chloe Marcec пре 5 година
родитељ
комит
dc18a1261c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/core/hle/service/lm/lm.cpp

+ 1 - 1
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)) {
         if (True(destination & LogDestination::All)) {
             return "TargetManager | Uart | UartSleep";
             return "TargetManager | Uart | UartSleep";
         }
         }