diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-09-10 15:26:30 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-09-10 15:26:30 (GMT) |
commit | 69ead65c747f7fa7817c0a754dfe2662004037a1 (patch) | |
tree | 19b06b53ec293b6d690ff3d82f256f67576dee1c /src/entry.cpp | |
parent | 92663f876495b7d98aa85d604d0149f8b73c8dc7 (diff) | |
download | Doxygen-69ead65c747f7fa7817c0a754dfe2662004037a1.zip Doxygen-69ead65c747f7fa7817c0a754dfe2662004037a1.tar.gz Doxygen-69ead65c747f7fa7817c0a754dfe2662004037a1.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; |