summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-05 23:48:35 +0100
committerRobin Gareus <robin@gareus.org>2016-12-05 23:49:19 +0100
commited5a46d2148931806cae04160c873de584da4df6 (patch)
tree3cad23567bfe71b93d7c0df2e94637403387112e
parent7f9befae2ddfa4e815b6bd02c8425fc8df96a025 (diff)
Fixup 08fffef (consistent class name)
-rw-r--r--libs/ardour/luabindings.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/luabindings.cc b/libs/ardour/luabindings.cc
index 42184e3473..66ff8d626d 100644
--- a/libs/ardour/luabindings.cc
+++ b/libs/ardour/luabindings.cc
@@ -1967,7 +1967,7 @@ LuaBindings::dsp (lua_State* L)
luabridge::getGlobalNamespace (L)
.beginNamespace ("Evoral")
- .deriveClass <Evoral::Event<framepos_t>, Evoral::Event<framepos_t> > ("MidiEvent")
+ .deriveClass <Evoral::Event<framepos_t>, Evoral::Event<framepos_t> > ("Event")
// add Ctor?
.addFunction ("type", &Evoral::Event<framepos_t>::type)
.addFunction ("channel", &Evoral::Event<framepos_t>::channel)