diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -136,7 +136,8 @@ bool resolveRef(/* in */ const char *scName, /* in */ bool inSeeBlock, /* out */ Definition **resContext, /* out */ MemberDef **resMember, - /* in */ bool lookForSpecializations = TRUE + /* in */ bool lookForSpecializations = TRUE, + /* in */ FileDef *currentFile = 0 ); bool resolveLink(/* in */ const char *scName, |