mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:07:38 +00:00
Make private symbols actually private (1/n).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18007 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0fbb26a028
commit
205c9bd67f
5 changed files with 22 additions and 12 deletions
|
@ -30,9 +30,9 @@
|
|||
|
||||
@implementation NSProgressIndicator
|
||||
|
||||
NSColor *fillColour = nil;
|
||||
static NSColor *fillColour = nil;
|
||||
#define maxCount 1
|
||||
NSImage *images[maxCount];
|
||||
static NSImage *images[maxCount];
|
||||
|
||||
+ (void) initialize
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue