mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* 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:
parent
bbb799a140
commit
74181f877f
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -39,6 +39,8 @@
|
|||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSObjCRuntime.h>
|
||||
|
||||
#include <Renaissance/Renaissance.h>
|
||||
|
||||
static NSMapTable *_inspectorsByClass;
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue