From a6701a55871bdccd60445da4a47bcc63840c0115 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 30 Oct 2015 20:00:07 -0700 Subject: refactoring --- src/wasm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/wasm.h') diff --git a/src/wasm.h b/src/wasm.h index bac19b587..d13eb0795 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -748,7 +748,7 @@ public: }; class Module { -protected: +public: // wasm contents std::map functionTypes; std::map imports; @@ -756,7 +756,6 @@ protected: Table table; std::vector functions; -public: Module() {} friend std::ostream& operator<<(std::ostream &o, Module module) { -- cgit v1.2.3