--- linuxsampler/trunk/src/scriptvm/tree.h 2019/09/01 20:01:03 3589 +++ linuxsampler/trunk/src/scriptvm/tree.h 2019/09/02 09:03:31 3590 @@ -982,6 +982,7 @@ VMEventHandler* eventHandler(uint index) OVERRIDE; VMEventHandler* eventHandlerByName(const String& name) OVERRIDE; void registerBuiltInConstIntVariables(const std::map& vars); + void registerBuiltInConstRealVariables(const std::map& vars); void registerBuiltInIntVariables(const std::map& vars); void registerBuiltInIntArrayVariables(const std::map& vars); void registerBuiltInDynVariables(const std::map& vars);