From 895fe2f7536703b243439c33ae2ab227518f6826 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 24 Apr 2024 06:08:26 +0200 Subject: [PATCH] Fix Windows builds 2/2 (amend b2d4280e0) --- libs/ardour/luabindings.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/luabindings.cc b/libs/ardour/luabindings.cc index 98cb4ffbb3..f1a6d3f75d 100644 --- a/libs/ardour/luabindings.cc +++ b/libs/ardour/luabindings.cc @@ -221,6 +221,7 @@ luabridge::getIdentityKey () template void const* luabridge::ClassInfo< CLS >::getConstKey(); CLASSINFO(ArdourMarker); +CLASSINFO(AudioRegionView); CLASSINFO(AxisView); CLASSINFO(MarkerSelection); CLASSINFO(PublicEditor);