summaryrefslogtreecommitdiff
path: root/libs/ardour/plugin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/plugin.cc')
-rw-r--r--libs/ardour/plugin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/plugin.cc b/libs/ardour/plugin.cc
index fceb87ee80..49e75e315c 100644
--- a/libs/ardour/plugin.cc
+++ b/libs/ardour/plugin.cc
@@ -102,7 +102,7 @@ Plugin::Plugin (AudioEngine& e, Session& s)
Plugin::Plugin (const Plugin& other)
: StatefulDestructible()
- , Latent()
+ , HasLatency()
, _engine (other._engine)
, _session (other._session)
, _info (other._info)