diff --git a/core/AmArg.h b/core/AmArg.h index 6145c2e3..3ee1a086 100644 --- a/core/AmArg.h +++ b/core/AmArg.h @@ -119,16 +119,15 @@ class AmArg ValueStruct* v_struct; }; + void invalidate(); + public: void assertArray(); void assertArray() const; void assertStruct(); void assertStruct() const; - void invalidate(); - - public: AmArg() : type(Undef) { }