summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 5f38b2a2e..a4fb7e357 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -958,7 +958,7 @@ private:
std::map<Name, Global*> globalsMap;
public:
- Module() = default;;
+ Module() = default;
FunctionType* getFunctionType(Name name);
Export* getExport(Name name);