summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/muteable.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/muteable.h
parenta1b4f9b8abf2887b17bce05403ea7eab2421f26a (diff)
NO-OP: whitespace
Diffstat (limited to 'libs/ardour/ardour/muteable.h')
-rw-r--r--libs/ardour/ardour/muteable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/muteable.h b/libs/ardour/ardour/muteable.h
index adc4259a31..dba339ea86 100644
--- a/libs/ardour/ardour/muteable.h
+++ b/libs/ardour/ardour/muteable.h
@@ -29,7 +29,7 @@ class MuteMaster;
class Session;
class Muteable {
- public:
+public:
Muteable (Session&, std::string const &name);
virtual ~Muteable() {}
@@ -43,7 +43,7 @@ class Muteable {
PBD::Signal0<void> mute_points_changed;
- protected:
+protected:
boost::shared_ptr<MuteMaster> _mute_master;
};