Moved PluginInfo::Type to ARDOUR::PluginType in ardour/types.h.
[ardour.git] / libs / ardour / audio_unit.cc
index 25c8aeb53bd2d89c99e603214478f36f4ddcfa96..0a31df40ee7c207ce7456d3b3a4253ae5339f988 100644 (file)
@@ -322,7 +322,7 @@ AUPluginInfo::discover ()
                
                AUPluginInfoPtr plug(new AUPluginInfo);
                plug->name = AUPluginInfo::get_name (temp);
-               plug->type = PluginInfo::AudioUnit;
+               plug->type = ARDOUR::AudioUnit;
                plug->n_inputs = 0;
                plug->n_outputs = 0;
                plug->category = "AudioUnit";