فهرست منبع

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)) {
             return "TargetManager | Uart | UartSleep";
         }