X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ast.h;h=b305dac393f82001e018cc2a0d53d7c64394ffc4;hp=04f8c0eaa5ec76f81327cc00214ada72d585d6ed;hb=5d8c18dcab931a740b6696811b889077aae2d15a;hpb=45236a644fb45ac9f61c3ef38bcab17b5004b095 diff --git a/ast.h b/ast.h index 04f8c0e..b305dac 100644 --- a/ast.h +++ b/ast.h @@ -110,7 +110,7 @@ struct ast_node bool m_keep_node; bool m_side_effects; - void propagateSideEffects(ast_node *other) const; + void propagateSideEffects(const ast_node *other); }; #define ast_unref(x) do \