From 1bfa74c0f98fb370f1ee4eac6fd6898a24616ccc Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 18 Mar 2017 23:05:22 +0100 Subject: fix copy/paste issue, typename is not needed here --- libs/ardour/lua_api.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/lua_api.cc') diff --git a/libs/ardour/lua_api.cc b/libs/ardour/lua_api.cc index 8499e5c7ff..0e82276b1e 100644 --- a/libs/ardour/lua_api.cc +++ b/libs/ardour/lua_api.cc @@ -824,7 +824,7 @@ LuaAPI::new_noteptr (uint8_t chan, Evoral::Beats beat_time, Evoral::Beats length std::list > > LuaAPI::note_list (boost::shared_ptr mm) { - typedef typename boost::shared_ptr > NotePtr; + typedef boost::shared_ptr > NotePtr; std::list note_ptr_list; -- cgit v1.2.3