Ryan Olson лет назад: 11
Родитель
Сommit
49afafc50a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Classes/Global State Explorers/System Log/FLEXSystemLogMessage.m

+ 1 - 1
Classes/Global State Explorers/System Log/FLEXSystemLogMessage.m

@@ -49,7 +49,7 @@
 
 - (NSUInteger)hash
 {
-    return self.messageID;
+    return (NSUInteger)self.messageID;
 }
 
 @end