13
0

Fix for ambiguity of UUID type on windows

This commit is contained in:
Paul Davis 2013-07-11 14:13:55 -04:00
parent 83ed3d7dcc
commit 1b21eec042

View File

@ -685,7 +685,7 @@ ExportProfileManager::FormatStatePtr
ExportProfileManager::deserialize_format (XMLNode & root)
{
XMLProperty * prop;
UUID id;
PBD::UUID id;
if ((prop = root.property ("id"))) {
id = prop->value();