mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Fix for ambiguity of UUID type on windows
This commit is contained in:
parent
83ed3d7dcc
commit
1b21eec042
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue