summaryrefslogtreecommitdiff
path: root/libs/ardour/export_profile_manager.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-11 14:13:55 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-11 14:13:55 -0400
commit1b21eec042ca3c689cfeddbef9d00d1fa653079a (patch)
treed95687416230648727b50b0d33cb79cff7e00848 /libs/ardour/export_profile_manager.cc
parent83ed3d7dcc121bb7947d7532c869ccf3e0510b86 (diff)
Fix for ambiguity of UUID type on windows
Diffstat (limited to 'libs/ardour/export_profile_manager.cc')
-rw-r--r--libs/ardour/export_profile_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/export_profile_manager.cc b/libs/ardour/export_profile_manager.cc
index 42e494c0cb..7ff4282c74 100644
--- a/libs/ardour/export_profile_manager.cc
+++ b/libs/ardour/export_profile_manager.cc
@@ -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();