PluginInfo::type added to copy constructor. But why is the copy constructor defined...
authorSampo Savolainen <v2@iki.fi>
Thu, 29 Oct 2009 17:56:05 +0000 (17:56 +0000)
committerSampo Savolainen <v2@iki.fi>
Thu, 29 Oct 2009 17:56:05 +0000 (17:56 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5971 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/ardour/plugin.h

index c983afd4fe211ab4bbcfc0601f71192802f07f03..5d1772029bfb76670e59c052d5a219b786e03588 100644 (file)
@@ -59,6 +59,7 @@ class PluginInfo {
                path (o.path), 
                n_inputs(o.n_inputs), 
                n_outputs(o.n_outputs),
+               type(o.type),
                unique_id(o.unique_id), 
                index(o.index) {}
        virtual ~PluginInfo () { }