Prefixed ivars with underscores

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5450 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-12-13 02:27:38 +00:00
parent d786d81db3
commit 8791f6fab9

View file

@ -34,9 +34,9 @@
@interface NSActionCell : NSCell <NSCopying, NSCoding>
{
// Attributes
int tag;
id target;
SEL action;
int _tag;
id _target;
SEL _action;
}
//