mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
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:
parent
d786d81db3
commit
8791f6fab9
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@
|
|||
@interface NSActionCell : NSCell <NSCopying, NSCoding>
|
||||
{
|
||||
// Attributes
|
||||
int tag;
|
||||
id target;
|
||||
SEL action;
|
||||
int _tag;
|
||||
id _target;
|
||||
SEL _action;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue