* Headers/AppKit/NSObjectController.h

* Source/NSObjectController.m: Changed "class" to "aClass" to 
	avoid issues with ObjC++ compilation in both the header and the
	.m file for consistency.  This change was suggested by Rob Burns
	and he provided a short patch via IRC.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25290 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2007-06-23 14:45:47 +00:00
parent 873030e49d
commit d7426f2aac
3 changed files with 11 additions and 3 deletions

View file

@ -57,7 +57,7 @@
- (id) content;
- (void) setContent: (id)content;
- (Class) objectClass;
- (void) setObjectClass: (Class)class;
- (void) setObjectClass: (Class)aClass;
- (id) newObject;
- (void) prepareContent;