summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/mute_control.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_control.h
parenta1b4f9b8abf2887b17bce05403ea7eab2421f26a (diff)
NO-OP: whitespace
Diffstat (limited to 'libs/ardour/ardour/mute_control.h')
-rw-r--r--libs/ardour/ardour/mute_control.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/ardour/mute_control.h b/libs/ardour/ardour/mute_control.h
index 399b708d43..aeeccceab6 100644
--- a/libs/ardour/ardour/mute_control.h
+++ b/libs/ardour/ardour/mute_control.h
@@ -35,7 +35,7 @@ class Muteable;
class LIBARDOUR_API MuteControl : public SlavableAutomationControl
{
- public:
+public:
MuteControl (Session& session, std::string const& name, Muteable&);
double get_value () const;
@@ -70,14 +70,14 @@ class LIBARDOUR_API MuteControl : public SlavableAutomationControl
void automation_run (framepos_t start, pframes_t nframes);
- protected:
+protected:
void master_changed (bool, PBD::Controllable::GroupControlDisposition, boost::shared_ptr<AutomationControl>);
void actually_set_value (double, PBD::Controllable::GroupControlDisposition group_override);
void pre_remove_master (boost::shared_ptr<AutomationControl>);
void post_add_master (boost::shared_ptr<AutomationControl>);
- private:
+private:
Muteable& _muteable;
};