summaryrefslogtreecommitdiffstats
path: root/src/namespacedef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-03-05 18:16:47 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-03-05 18:16:47 (GMT)
commit69124e6ce7f023848920d2a18bc317ae92d355a2 (patch)
treefea55c7f521b9b8d4c7cdecc6579109f17cae89a /src/namespacedef.h
parentf4f3f1676896e6fd0c0044f001eda9829d9b3f60 (diff)
downloadDoxygen-69124e6ce7f023848920d2a18bc317ae92d355a2.zip
Doxygen-69124e6ce7f023848920d2a18bc317ae92d355a2.tar.gz
Doxygen-69124e6ce7f023848920d2a18bc317ae92d355a2.tar.bz2
Release_1.1.0-20000305
Diffstat (limited to 'src/namespacedef.h')
-rw-r--r--src/namespacedef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namespacedef.h b/src/namespacedef.h
index 91c8634..f81542c 100644
--- a/src/namespacedef.h
+++ b/src/namespacedef.h
@@ -91,7 +91,7 @@ class NamespaceList : public QList<NamespaceDef>
~NamespaceList() {}
int compareItems(GCI item1,GCI item2)
{
- return strcmp(((NamespaceDef *)item1)->name(),
+ return strcasecmp(((NamespaceDef *)item1)->name(),
((NamespaceDef *)item2)->name()
);
}