diff options
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r-- | src/classdef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp index 3d5b4ce..b488214 100644 --- a/src/classdef.cpp +++ b/src/classdef.cpp @@ -1637,7 +1637,7 @@ void ClassDef::determineImplUsageRelation() bool found=FALSE; while ((i=re.match(type,p,&l))!=-1 && !found) // for each class name in the type { - int ts=p+l; + int ts=i+l; int te=ts; while (type.at(ts)==' ' && ts<typeLen) ts++; // skip any whitespace if (type.at(ts)=='<') // assume template instance |