summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r--cpp/src/slice2cpp/Gen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h
index 9787eb51610..16480c9b5e7 100644
--- a/cpp/src/slice2cpp/Gen.h
+++ b/cpp/src/slice2cpp/Gen.h
@@ -28,6 +28,7 @@ public:
const std::vector<std::string>&,
const std::string&,
const std::string&,
+ bool,
bool);
~Gen();
@@ -50,6 +51,7 @@ private:
std::vector<std::string> _includePaths;
std::string _dllExport;
bool _impl;
+ bool _checksum;
class TypesVisitor : public ::IceUtil::noncopyable, public ParserVisitor
{