summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.cpp b/src/util.cpp
index b66932e..0fd341b 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -4090,14 +4090,14 @@ bool getDefs(const QCString &scName,
{
cd=tmd->getClassDef();
md=emd;
+ return TRUE;
}
else
{
cd=0;
md=0;
+ return FALSE;
}
- //printf("result cd=%p md=%p\n",cd,md);
- return TRUE;
}
}
}