Skip to content

Commit

Permalink
MONDRIAN: Oops!
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 8260]
  • Loading branch information
julianhyde committed Dec 6, 2006
1 parent 89da370 commit daf4dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mondrian/olap/fun/MultiResolver.java
Expand Up @@ -104,7 +104,7 @@ public FunDef resolve(
continue outer;
}
}
int returnType = decodeReturnCategory(this.signature);
int returnType = decodeReturnCategory(signature);
FunDef dummy = createDummyFunDef(this, returnType, args);
return createFunDef(args, dummy);
}
Expand Down

0 comments on commit daf4dc1

Please sign in to comment.