fix registration of automation type enums

This commit is contained in:
Paul Davis
2015-10-13 15:33:39 -04:00
parent 0043dc38a3
commit 2d27009410

View File

@@ -151,7 +151,7 @@ setup_enum_writer ()
REGISTER_ENUM (FadeInAutomation);
REGISTER_ENUM (FadeOutAutomation);
REGISTER_ENUM (EnvelopeAutomation);
REGISTER_BITS (_AutomationType);
REGISTER (_AutomationType);
REGISTER_ENUM (Off);
REGISTER_ENUM (Write);