From 62d25abb1a42533d6abdafe9d97f0a8b8e650d75 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Thu, 20 Jun 2013 17:08:28 +0000 Subject: [PATCH] More rebasing... --- wrap/Class.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wrap/Class.h b/wrap/Class.h index 6643609c5..46624ea05 100644 --- a/wrap/Class.h +++ b/wrap/Class.h @@ -79,7 +79,8 @@ struct Class { const std::string& wrapperName, std::vector& functionNames) const; // Creates a static member function that performs deserialization - void deserialization_fragments(FileWriter& proxyFile, FileWriter& wrapperFile, std::vector& functionNames) const; + void deserialization_fragments(FileWriter& proxyFile, FileWriter& wrapperFile, + const std::string& wrapperName, std::vector& functionNames) const; private: void pointer_constructor_fragments(FileWriter& proxyFile, FileWriter& wrapperFile, const std::string& wrapperName, std::vector& functionNames) const;