X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fsession_object.h;h=08d5e242f8c45c6f75d6b8cb1a18e92b4e5323c0;hb=844b7d0f684eaf01a8d553f935027f496a09c3ad;hp=d18a1f9d416031f42f9801dffe3b0baf35bf8c08;hpb=fa701b8c065251d242342b86a54d91826d2290a0;p=ardour.git diff --git a/libs/ardour/ardour/session_object.h b/libs/ardour/ardour/session_object.h index d18a1f9d41..08d5e242f8 100644 --- a/libs/ardour/ardour/session_object.h +++ b/libs/ardour/ardour/session_object.h @@ -23,12 +23,11 @@ #include #include "pbd/statefuldestructible.h" #include "pbd/signals.h" +#include "pbd/properties.h" #include "ardour/ardour.h" #include "ardour/session_handle.h" -#include "i18n.h" - namespace ARDOUR { namespace Properties { @@ -56,8 +55,6 @@ class SessionObject : public SessionHandleRef, public PBD::StatefulDestructible Session& session() const { return _session; } std::string name() const { return _name; } - bool set_property (const PBD::PropertyBase& prop); - virtual bool set_name (const std::string& str) { if (_name != str) { _name = str;