name-change of RuntimeProfile element
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 10 Apr 2014 08:13:19 +0000 (04:13 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 10 Apr 2014 09:58:48 +0000 (05:58 -0400)
libs/ardour/ardour/profile.h

index 0b3a05ca685dec7200ea6855370fa36408d214f0..56d9ff62be78af77839c827f01afb8af4468d5a2 100644 (file)
@@ -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]; }