summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/GenUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cpp/GenUtil.h')
-rw-r--r--cpp/src/slice2cpp/GenUtil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2cpp/GenUtil.h b/cpp/src/slice2cpp/GenUtil.h
index bea707b983d..21f1f83fe85 100644
--- a/cpp/src/slice2cpp/GenUtil.h
+++ b/cpp/src/slice2cpp/GenUtil.h
@@ -21,6 +21,7 @@ std::string typeToString(const Type_ptr&);
std::string returnTypeToString(const Type_ptr&);
std::string inputTypeToString(const Type_ptr&);
std::string outputTypeToString(const Type_ptr&);
+std::string exceptionTypeToString(const Type_ptr&);
void writeMarshalUnmarshalCode(Output&,
const Type_ptr&,