--- linuxsampler/trunk/src/scriptvm/common.h 2014/06/05 19:39:12 2596 +++ linuxsampler/trunk/src/scriptvm/common.h 2014/06/06 12:38:54 2598 @@ -90,6 +90,8 @@ virtual ExprType_t argType(int iArg) const = 0; virtual bool acceptsArgType(int iArg, ExprType_t type) const = 0; virtual VMFnResult* exec(VMFnArgs* args) = 0; + void wrnMsg(const String& txt); + void errMsg(const String& txt); }; /**