diff options
Diffstat (limited to 'cpp/src/slice2vb/Gen.h')
-rw-r--r-- | cpp/src/slice2vb/Gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2vb/Gen.h b/cpp/src/slice2vb/Gen.h index 1277cc3e40e..26b3c63e1c2 100644 --- a/cpp/src/slice2vb/Gen.h +++ b/cpp/src/slice2vb/Gen.h @@ -214,7 +214,7 @@ private: private: typedef ::std::set< ::std::string> NameSet; - void writeInheritedOperations(const ClassDefPtr&, NameSet&); + void writeInheritedOperationsWithOpNames(const ClassDefPtr&, NameSet&); }; class BaseImplVisitor : public VbVisitor |