1
0
Fork 0
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:
Julian Storer 2011-04-08 15:27:03 +01:00
parent 0271fdf167
commit 8519598c93
16 changed files with 367 additions and 135 deletions

View file

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