Fix a couple things
This commit is contained in:
@@ -143,7 +143,7 @@ enum GroundArgType {
|
||||
struct GroundArg {
|
||||
enum GroundArgType type;
|
||||
union {
|
||||
const char* ref;
|
||||
char* ref;
|
||||
GroundValue value;
|
||||
} as;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user