mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
Update ivars to prepend underscore.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6527 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f4ea2802a1
commit
d317bf9e04
1 changed files with 4 additions and 3 deletions
|
@ -37,9 +37,10 @@
|
|||
|
||||
{
|
||||
// Attributes
|
||||
NSColor *the_color;
|
||||
BOOL is_active;
|
||||
BOOL is_bordered;
|
||||
NSColor *_the_color;
|
||||
BOOL _is_active;
|
||||
BOOL _is_bordered;
|
||||
NSRect _wellRect;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue