mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed VS2013 compiler warning in SVGParser
This commit is contained in:
parent
024fe6c9ad
commit
37e21e9cb1
1 changed files with 1 additions and 1 deletions
|
|
@ -1118,7 +1118,7 @@ private:
|
|||
return source;
|
||||
}
|
||||
|
||||
String getStyleAttribute (const XmlPath& xml, StringRef attributeName, const String& defaultValue = {}) const
|
||||
String getStyleAttribute (const XmlPath& xml, StringRef attributeName, const String& defaultValue = String()) const
|
||||
{
|
||||
if (xml->hasAttribute (attributeName))
|
||||
return xml->getStringAttribute (attributeName, defaultValue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue