Browse Source

Mute warning

Ryan Olson 11 years ago
parent
commit
49afafc50a
1 changed files with 1 additions and 1 deletions
  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