X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=intrin.h;h=fe9ee78631d38735d4d742113a66dc75270c54bd;hp=e0151d8bdabb33c1ba87b39f9240cfe5a3a26a39;hb=eb2d47877069169ff9dcfb1af35de0e4e66eb00e;hpb=db9c37d18bcced1c3b0f1421044155b1d88f0b25 diff --git a/intrin.h b/intrin.h index e0151d8..fe9ee78 100644 --- a/intrin.h +++ b/intrin.h @@ -30,7 +30,7 @@ struct intrin { protected: lex_ctx_t ctx() const; - ast_function *value(ast_value **out, const char *name, qcint_t vtype); + ast_function *value(ast_value **out, const char *name, qc_type vtype); void reg(ast_value *const value, ast_function *const func); ast_expression *nullfunc();