diff options
Diffstat (limited to 'src/wasm-type.h')
-rw-r--r-- | src/wasm-type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-type.h b/src/wasm-type.h index a76e30b42..0df515f79 100644 --- a/src/wasm-type.h +++ b/src/wasm-type.h @@ -352,7 +352,7 @@ struct Tuple { std::string toString() const; // Prevent accidental copies - Struct& operator=(const Struct&) = delete; + Tuple& operator=(const Tuple&) = delete; private: void validate() { |