diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-09-10 15:26:30 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-09-10 15:26:30 (GMT) |
commit | b91275de37e317332d5c461e4d66a8685e682f80 (patch) | |
tree | 19b06b53ec293b6d690ff3d82f256f67576dee1c /src/entry.cpp | |
parent | 6838640c89552dd1e4495a4a9101754c4d7d4011 (diff) | |
download | Doxygen-b91275de37e317332d5c461e4d66a8685e682f80.zip Doxygen-b91275de37e317332d5c461e4d66a8685e682f80.tar.gz Doxygen-b91275de37e317332d5c461e4d66a8685e682f80.tar.bz2 |
Release-20000910
Diffstat (limited to 'src/entry.cpp')
-rw-r--r-- | src/entry.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/entry.cpp b/src/entry.cpp index 1c4ef6d..3e4bc89 100644 --- a/src/entry.cpp +++ b/src/entry.cpp @@ -48,8 +48,7 @@ Entry::Entry(const Entry &e) //printf("Copy New Entry %d\n",num); section = e.section; protection = e.protection; - sig = e.sig; - slot = e.slot; + mtype = e.mtype; stat = e.stat; explicitExternal = e.explicitExternal; virt = e.virt; @@ -219,9 +218,8 @@ void Entry::reset() todoId = 0; testId = 0; section = EMPTY_SEC; - sig = FALSE; + mtype = Method; virt = Normal; - slot = FALSE; stat = FALSE; proto = FALSE; explicitExternal = FALSE; |