summaryrefslogtreecommitdiff
path: root/libs/ardour/presentation_info.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/presentation_info.cc')
-rw-r--r--libs/ardour/presentation_info.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/presentation_info.cc b/libs/ardour/presentation_info.cc
index d070f83220..23d82f6409 100644
--- a/libs/ardour/presentation_info.cc
+++ b/libs/ardour/presentation_info.cc
@@ -145,7 +145,8 @@ PresentationInfo::PresentationInfo (order_t o, Flag f)
/* OrderSet is set */
}
PresentationInfo::PresentationInfo (PresentationInfo const& other)
- : _order (other.order())
+ : PBD::Stateful ()
+ , _order (other.order())
, _flags (other.flags())
, _color (other.color())
{