mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
Misc minor clean-ups.
This commit is contained in:
parent
282cf3dac4
commit
516bddabcc
12 changed files with 35 additions and 25 deletions
|
|
@ -147,7 +147,7 @@ public:
|
|||
private:
|
||||
StringPool identifierPool;
|
||||
|
||||
static DISPID getHashFromString (const String::CharPointerType& s) noexcept
|
||||
static DISPID getHashFromString (const String::CharPointerType s) noexcept
|
||||
{
|
||||
return (DISPID) (pointer_sized_int) s.getAddress();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue