X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fsession_object.cc;h=39b31550d916b53cc0246cf41984c570634b2f80;hb=e4a7e5a239d0b5646c7057181405e3238eb7ed7f;hp=b85a145ac039168243b4ca59e8bcc98b0ab7bbcc;hpb=2ad3940b5479c53f084769f8a1f9ade571f24155;p=ardour.git diff --git a/libs/ardour/session_object.cc b/libs/ardour/session_object.cc index b85a145ac0..39b31550d9 100644 --- a/libs/ardour/session_object.cc +++ b/libs/ardour/session_object.cc @@ -18,8 +18,11 @@ */ #include -#include "ardour/session_object.h" + #include "ardour/debug.h" +#include "ardour/session_object.h" + +#include "i18n.h" using namespace ARDOUR; using namespace PBD; @@ -31,8 +34,8 @@ namespace ARDOUR { } } -void -SessionObject::make_property_quarks () +void +SessionObject::make_property_quarks () { Properties::name.property_id = g_quark_from_static_string (X_("name")); DEBUG_TRACE (DEBUG::Properties, string_compose ("quark for name = %1\n", Properties::name.property_id));