From d3fe3ab86617d7262e988a835d0fd3982c9d8485 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 28 Nov 2021 21:09:05 +0100 Subject: [PATCH] Fix Lua namespace -- correctly close Tempo.Type --- libs/ardour/luabindings.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/luabindings.cc b/libs/ardour/luabindings.cc index 9ec2e774a4..6a0d2a5927 100644 --- a/libs/ardour/luabindings.cc +++ b/libs/ardour/luabindings.cc @@ -2086,6 +2086,7 @@ LuaBindings::common (lua_State* L) .addConst ("Ramp", Temporal::Tempo::Type(Tempo::Ramped)) .addConst ("Constant", Temporal::Tempo::Type(Tempo::Constant)) .endNamespace () + .endNamespace () .endNamespace () /* end of Temporal namespace */