* Apps/EOModeler/EOMInspector.m

* Apps/EOModelEditor/Inspectors/AttributeInspector.m
          include missing header


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36328 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
buzzdee 2013-03-10 13:27:58 +00:00
parent bbb799a140
commit 74181f877f
3 changed files with 7 additions and 0 deletions

View file

@ -34,6 +34,8 @@
#include <GNUstepBase/GNUstep.h>
#endif
#include <Foundation/NSNotification.h>
#define NO_ZEROS(x, i) i ? [x setIntValue:i] : [x setStringValue:@""];
@implementation AttributeInspector

View file

@ -39,6 +39,8 @@
#include <GNUstepBase/GNUstep.h>
#include <GNUstepBase/GSObjCRuntime.h>
#include <Renaissance/Renaissance.h>
static NSMapTable *_inspectorsByClass;

View file

@ -9,6 +9,9 @@
NSArray doesn't know about initWithObject:
* EOInterface/EOTextAssociation.m
include right headers
* Apps/EOModeler/EOMInspector.m
* Apps/EOModelEditor/Inspectors/AttributeInspector.m
include missing header
2013-03-08: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Apps/EOModelEditor/EOMEDocument.h