Skip to content

Commit

Permalink
Fix closing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
kornilova203 committed Jul 4, 2018
1 parent 5c12773 commit 7d1f079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindgen/Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ static inline std::string replaceChar(const std::string &str,
return std::string(str).replace(f, c1.length(), c2);
}
return std::string(str);
}

/**
* Types may be wrapper in a chain of typedefs.
Expand Down

0 comments on commit 7d1f079

Please sign in to comment.