summaryrefslogtreecommitdiff
path: root/cpp/src/slice2javae/Gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2javae/Gen.h')
-rw-r--r--cpp/src/slice2javae/Gen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2javae/Gen.h b/cpp/src/slice2javae/Gen.h
index f61fcee5f9e..667847b5164 100644
--- a/cpp/src/slice2javae/Gen.h
+++ b/cpp/src/slice2javae/Gen.h
@@ -99,7 +99,7 @@ private:
virtual bool visitClassDefStart(const ClassDefPtr&);
private:
- void writeOperations(const ClassDefPtr&, bool);
+ void writeOperations(const ClassDefPtr&, bool);
};
class TieVisitor : public JavaVisitor