summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2017-05-03 21:36:58 -0700
committerLen Ovens <len@ovenwerks.net>2017-05-03 21:36:58 -0700
commit16e545ad730012aff4a24306b88bb4471220da57 (patch)
tree5ad4ff8566e9f3b56db6975629ab6486a9a0c8fb
parent2cb54dec60c944223ec6b08bd27da5bdad2ee3de (diff)
OSC: Fix puctuation
-rw-r--r--libs/surfaces/osc/osc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/surfaces/osc/osc.h b/libs/surfaces/osc/osc.h
index 9ab7017659..6ba625ce0f 100644
--- a/libs/surfaces/osc/osc.h
+++ b/libs/surfaces/osc/osc.h
@@ -100,10 +100,10 @@ class OSC : public ARDOUR::ControlProtocol, public AbstractUI<OSCUIRequest>
NUDGE,
SCRUB,
SHUTTLE,
- MARKER
+ MARKER,
SCROLL,
TRACK,
- BANK,
+ BANK
};
typedef std::vector<boost::shared_ptr<ARDOUR::Stripable> > Sorted;