summaryrefslogtreecommitdiffstats
path: root/src/pre.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-12-20 19:54:07 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-12-20 19:54:07 (GMT)
commita0758fd182732a710364bdf3ebf5c2fb87b0ff70 (patch)
tree1fae01f2e80d65a57788a3f11ab9fa7463c22ec9 /src/pre.l
parent00415514455991a9ff44b926c50adda994128924 (diff)
downloadDoxygen-a0758fd182732a710364bdf3ebf5c2fb87b0ff70.zip
Doxygen-a0758fd182732a710364bdf3ebf5c2fb87b0ff70.tar.gz
Doxygen-a0758fd182732a710364bdf3ebf5c2fb87b0ff70.tar.bz2
Release-1.2.3-20001220
Diffstat (limited to 'src/pre.l')
-rw-r--r--src/pre.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pre.l b/src/pre.l
index 2c3c67b..e6103b8 100644
--- a/src/pre.l
+++ b/src/pre.l
@@ -828,7 +828,7 @@ void addDefine()
if (mn==0)
{
mn = new MemberName(g_defName);
- functionNameList.inSort(mn);
+ functionNameList.append(mn);
functionNameDict.insert(g_defName,mn);
}
mn->append(md);