Fixup 08fffef (consistent class name)

This commit is contained in:
Robin Gareus 2016-12-05 23:48:35 +01:00
parent 7f9befae2d
commit ed5a46d214
1 changed files with 1 additions and 1 deletions

View File

@ -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)