mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
Whitespace
This commit is contained in:
parent
1cc371cae9
commit
0a7e9ff119
1 changed files with 1 additions and 1 deletions
|
|
@ -1416,7 +1416,7 @@ JUCE_API OutputStream& JUCE_CALLTYPE operator<< (OutputStream& stream, StringRef
|
|||
|
||||
namespace std
|
||||
{
|
||||
template <> struct hash<juce::String>
|
||||
template <> struct hash<juce::String>
|
||||
{
|
||||
size_t operator() (const juce::String& s) const noexcept { return s.hash(); }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue