diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/slice2cppe/Gen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2cppe/Gen.h b/cpp/src/slice2cppe/Gen.h index 172942b04be..9be5619bfe5 100644 --- a/cpp/src/slice2cppe/Gen.h +++ b/cpp/src/slice2cppe/Gen.h @@ -41,6 +41,8 @@ public: bool operator!() const; // Returns true if there was a constructor error void generate(const UnitPtr&); + static bool setUseWstring(ContainedPtr, std::list<bool>&, bool); + static bool resetUseWstring(std::list<bool>&); private: @@ -292,8 +294,6 @@ private: }; static void validateMetaData(const UnitPtr&); - static bool setUseWstring(ContainedPtr, std::list<bool>&, bool); - static bool resetUseWstring(std::list<bool>&); static void printHeader(IceUtil::Output&); static void printVersionCheck(IceUtil::Output&); static void printDllExportStuff(IceUtil::Output&, const std::string&); |