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:
Jonathan Gapen 2000-04-28 00:47:05 +00:00
parent f4ea2802a1
commit d317bf9e04

View file

@ -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;
}
//