diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/lm/lm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/lm/lm.cpp b/src/core/hle/service/lm/lm.cpp index 7d7542fc2..70f5272af 100644 --- a/src/core/hle/service/lm/lm.cpp +++ b/src/core/hle/service/lm/lm.cpp | |||
| @@ -46,7 +46,7 @@ struct hash<Service::LM::LogPacketHeaderEntry> { | |||
| 46 | boost::hash_combine(seed, k.severity); | 46 | boost::hash_combine(seed, k.severity); |
| 47 | boost::hash_combine(seed, k.verbosity); | 47 | boost::hash_combine(seed, k.verbosity); |
| 48 | return seed; | 48 | return seed; |
| 49 | }; | 49 | } |
| 50 | }; | 50 | }; |
| 51 | } // namespace std | 51 | } // namespace std |
| 52 | 52 | ||