Skip to content

Commit 78cbf96

Browse files
committed
Name TypeTranslator::translate()'s avoid parameter
1 parent a126de4 commit 78cbf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindgen/TypeTranslator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class TypeTranslator {
1515
* @return the type translated or nullptr if type is function type.
1616
*/
1717
std::shared_ptr<Type> translate(const clang::QualType &tpe,
18-
const std::string * = nullptr);
18+
const std::string *avoid = nullptr);
1919

2020
std::string getTypeFromTypeMap(std::string cType);
2121

0 commit comments

Comments
 (0)