From cc99b56c57fb563597c14bc025e0255ab910f053 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 10 Apr 2014 04:13:19 -0400 Subject: name-change of RuntimeProfile element --- libs/ardour/ardour/profile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/ardour/ardour/profile.h') diff --git a/libs/ardour/ardour/profile.h b/libs/ardour/ardour/profile.h index 0b3a05ca68..56d9ff62be 100644 --- a/libs/ardour/ardour/profile.h +++ b/libs/ardour/ardour/profile.h @@ -33,7 +33,7 @@ public: SmallScreen, SAE, SinglePackage, - Tracks, + Trx, LastElement, }; @@ -46,8 +46,8 @@ public: void set_sae () { bits[SAE] = true; } bool get_sae () const { return bits[SAE]; } - bool get_tracks() const { return bits[Tracks]; } - void set_tracks() { bits[Tracks] = true; } + bool get_trx() const { return bits[Trx]; } + void set_trx() { bits[Trx] = true; } void set_single_package () { bits[SinglePackage] = true; } bool get_single_package () const { return bits[SinglePackage]; } -- cgit v1.2.3