Fix Windows builds (missing Temporal Lua declarations)

This commit is contained in:
Robin Gareus 2021-08-14 01:13:36 +02:00
parent f5b6f76e12
commit c3de8c0b16
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -229,6 +229,10 @@ CLASSKEYS(ARDOUR::Source);
CLASSKEYS(ARDOUR::VCA);
CLASSKEYS(ARDOUR::VCAManager);
CLASSKEYS(ARDOUR::timepos_t)
CLASSKEYS(ARDOUR::timecnt_t)
CLASSKEYS(ARDOUR::superclock_t
CLASSKEYS(PBD::ID);
CLASSKEYS(PBD::Configuration);
CLASSKEYS(PBD::PropertyChange);