diff options
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r-- | cpp/src/slice2cpp/Gen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index 8e0b397c6de..670ae9740d9 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -38,6 +38,7 @@ public: bool operator!() const; // Returns true if there was a constructor error void generate(const UnitPtr&); + void closeOutput(); static bool setUseWstring(ContainedPtr, std::list<bool>&, bool); static bool resetUseWstring(std::list<bool>&); |