Fix a couple things

This commit is contained in:
2026-06-16 20:08:21 +10:00
parent 02b5a9cc54
commit 6d35acbe60
6 changed files with 143 additions and 48 deletions

View File

@@ -143,7 +143,7 @@ enum GroundArgType {
struct GroundArg {
enum GroundArgType type;
union {
const char* ref;
char* ref;
GroundValue value;
} as;