mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
Added cue point parsing to wav file format. Added SystemStats::getComputerName() method. More minor nullptr/noexcept tweaks.
This commit is contained in:
parent
0271fdf167
commit
8519598c93
16 changed files with 367 additions and 135 deletions
|
|
@ -539,7 +539,7 @@ public:
|
|||
};
|
||||
|
||||
//==============================================================================
|
||||
static NPIdentifier getIdentifierFromString (const var::identifier& s) throw()
|
||||
static NPIdentifier getIdentifierFromString (const var::identifier& s) noexcept
|
||||
{
|
||||
return browser.getstringidentifier (s.toString().toUTF8());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue