summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/code.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code.l b/src/code.l
index 9428432..482dda6 100644
--- a/src/code.l
+++ b/src/code.l
@@ -986,7 +986,7 @@ static void generateClassOrGlobalLink(CodeOutputInterface &ol,const char *clName
}
}
const NamespaceDef *nd = getResolvedNamespace(className);
- if (nd && nd->isLinkableInProject())
+ if (nd && nd->isLinkable())
{
g_theCallContext.setScope(nd);
addToSearchIndex(className);