diff options
Diffstat (limited to 'cpp/src/slice2cpp/Gen.h')
-rw-r--r-- | cpp/src/slice2cpp/Gen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index 4d4d2c55531..e419b82a508 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -40,6 +40,8 @@ public: private: + void writeExtraHeaders(::IceUtil::Output&); + ::IceUtil::Output H; ::IceUtil::Output C; |