diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -151,7 +151,8 @@ ClassDef *getResolvedClass(Definition *scope, const char *key, MemberDef **pTypeDef=0, QCString *pTemplSpec=0, - bool mayBeUnlinkable=FALSE); + bool mayBeUnlinkable=FALSE, + bool mayBeHidden=FALSE); NamespaceDef *getResolvedNamespace(const char *key); FileDef *findFileDef(const FileNameDict *fnDict,const char *n, bool &ambig); |