fix namespace inconsistency
authorRobin Gareus <robin@gareus.org>
Fri, 7 Oct 2016 18:01:04 +0000 (20:01 +0200)
committerRobin Gareus <robin@gareus.org>
Fri, 7 Oct 2016 18:01:04 +0000 (20:01 +0200)
libs/ardour/luabindings.cc

index 17d14b2ecc94db3c8ac3a11af9a50816f60339e5..df68cd08d1a720d50892157276b57637cb656e68 100644 (file)
@@ -1047,7 +1047,7 @@ LuaBindings::common (lua_State* L)
 
                .deriveWSPtrClass <MidiModel, AutomatableSequence<Evoral::Beats> > ("MidiModel")
                .addFunction ("apply_command", (void (MidiModel::*)(Session*, Command*))&MidiModel::apply_command)
-               .addFunction ("new_note_diff_command", &ARDOUR::MidiModel::MidiModel::new_note_diff_command)
+               .addFunction ("new_note_diff_command", &MidiModel::new_note_diff_command)
                .endClass ()
 
                .beginNamespace ("MidiModel")