Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/interop/interop_wrapper.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1254,8 +1254,8 @@ std::string interop::GetMethodArgDefault(TCppMethod_t method,
}

interop::TCppIndex_t
interop::CompareMethodArgType(TCppMethod_t /*method*/, TCppIndex_t iarg,
const std::string& req_type) {
interop::CompareMethodArgType(TCppMethod_t /*method*/, TCppIndex_t /*iarg*/,
const std::string& /*req_type*/) {
// if (method) {
// TFunction* f = m2f(method);
// TMethodArg* arg = (TMethodArg
Expand Down
Loading