X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fpresentation_info.cc;fp=libs%2Fardour%2Fpresentation_info.cc;h=23d82f6409ed6c5731284baf3be8ef76bbd055ca;hb=4994bc4fb1c0d835f04e08939ea095e972e19cef;hp=d070f83220b14a1a74b5ff63e65ad045721f003d;hpb=29cc1f06b601c52421e4bc1f28ca1852fa2650db;p=ardour.git 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()) {