Kaydet (Commit) 41df52dd authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS gccfour (1.13.142); FILE MERGED

2005/03/11 09:19:19 cmc 1.13.142.1: #i44718# name enums that compare against ints
üst 932c7914
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: invocation.cxx,v $ * $RCSfile: invocation.cxx,v $
* *
* $Revision: 1.13 $ * $Revision: 1.14 $
* *
* last change: $Author: hr $ $Date: 2003-03-27 12:00:44 $ * last change: $Author: rt $ $Date: 2005-04-04 07:54:13 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -805,7 +805,7 @@ struct MemberItem ...@@ -805,7 +805,7 @@ struct MemberItem
OUString aName; OUString aName;
// Defines where the member comes from // Defines where the member comes from
enum { NAMEACCESS, PROPERTYSET, METHOD } eMode; enum Mode { NAMEACCESS, PROPERTYSET, METHOD } eMode;
// Index to respective sequence // Index to respective sequence
// (Index to NameAccess sequence for eMode==NAMEACCESS etc.) // (Index to NameAccess sequence for eMode==NAMEACCESS etc.)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment