From fecbb93b74ffcf6c1cdfb6c435b4b6658c9f0023 Mon Sep 17 00:00:00 2001 From: Ryoga Date: Tue, 19 Mar 2019 03:44:09 +0900 Subject: Remove unnecessary semicolons (#1942) Removed semicolons that cause errors when compiling with -pedantic-errors. --- src/wasm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wasm.h') 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 globalsMap; public: - Module() = default;; + Module() = default; FunctionType* getFunctionType(Name name); Export* getExport(Name name); -- cgit v1.2.3