summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2018-12-04 19:58:39 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2018-12-04 19:58:39 (GMT)
commit7bcd67f4affa7c3ce2ba6f652c893488952396a7 (patch)
treed7e8468d123c230295ddf4b799d2d3dfa8f6d288
parentc4b853d749fcaffb2f2c142dcd14e48ab049013e (diff)
parentf194a3165042428359ec5b5af7e9bad7878c0536 (diff)
downloadDoxygen-7bcd67f4affa7c3ce2ba6f652c893488952396a7.zip
Doxygen-7bcd67f4affa7c3ce2ba6f652c893488952396a7.tar.gz
Doxygen-7bcd67f4affa7c3ce2ba6f652c893488952396a7.tar.bz2
Merge branch 'albert-github-feature/issue_6657'
-rw-r--r--src/groupdef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/groupdef.cpp b/src/groupdef.cpp
index e918b1f..e543d16 100644
--- a/src/groupdef.cpp
+++ b/src/groupdef.cpp
@@ -165,7 +165,7 @@ bool GroupDef::addClass(const ClassDef *cd)
if (i==-1) i=qn.find('.');
bool found=FALSE;
//printf("i=%d\n",i);
- if (i!=-1)
+ if (i>0)
{
// add nested classes (e.g. A::B, A::C) after their parent (A) in
// order of insertion