1
0
Fork 0
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:
jules 2013-07-03 09:51:23 +01:00
parent 282cf3dac4
commit 516bddabcc
12 changed files with 35 additions and 25 deletions

View file

@ -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();
}