summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/mute_master.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-06-09 23:24:37 +0200
committerRobin Gareus <robin@gareus.org>2017-06-09 23:25:42 +0200
commit18db6e3f508cb124b8fb034d335a24afb4935ca3 (patch)
tree5d2f20d75eb19f4d4fb0c47bcc7d29d1f02ac804 /libs/ardour/ardour/mute_master.h
parenta1b4f9b8abf2887b17bce05403ea7eab2421f26a (diff)
NO-OP: whitespace
Diffstat (limited to 'libs/ardour/ardour/mute_master.h')
-rw-r--r--libs/ardour/ardour/mute_master.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/mute_master.h b/libs/ardour/ardour/mute_master.h
index f73ce09565..d0e261e059 100644
--- a/libs/ardour/ardour/mute_master.h
+++ b/libs/ardour/ardour/mute_master.h
@@ -37,7 +37,7 @@ class Muteable;
class LIBARDOUR_API MuteMaster : public SessionHandleRef, public PBD::Stateful
{
- public:
+public:
/** deliveries to mute when the channel is "muted" */
enum MutePoint {
PreFader = 0x1, ///< mute all pre-fader sends
@@ -79,7 +79,7 @@ class LIBARDOUR_API MuteMaster : public SessionHandleRef, public PBD::Stateful
int set_state(const XMLNode&, int version);
static const std::string xml_node_name;
- private:
+private:
Muteable* _muteable;
MutePoint _mute_point;
bool _muted_by_self;