We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a126de4 commit 78cbf96Copy full SHA for 78cbf96
bindgen/TypeTranslator.h
@@ -15,7 +15,7 @@ class TypeTranslator {
15
* @return the type translated or nullptr if type is function type.
16
*/
17
std::shared_ptr<Type> translate(const clang::QualType &tpe,
18
- const std::string * = nullptr);
+ const std::string *avoid = nullptr);
19
20
std::string getTypeFromTypeMap(std::string cType);
21
0 commit comments