mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-06-01 01:41:14 +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
7043021b7f
commit
56737b40a2
3 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
||||||
#include <GNUstepBase/GNUstep.h>
|
#include <GNUstepBase/GNUstep.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <Foundation/NSNotification.h>
|
||||||
|
|
||||||
#define NO_ZEROS(x, i) i ? [x setIntValue:i] : [x setStringValue:@""];
|
#define NO_ZEROS(x, i) i ? [x setIntValue:i] : [x setStringValue:@""];
|
||||||
|
|
||||||
@implementation AttributeInspector
|
@implementation AttributeInspector
|
||||||
|
|
|
@ -39,6 +39,8 @@
|
||||||
#include <GNUstepBase/GNUstep.h>
|
#include <GNUstepBase/GNUstep.h>
|
||||||
#include <GNUstepBase/GSObjCRuntime.h>
|
#include <GNUstepBase/GSObjCRuntime.h>
|
||||||
|
|
||||||
|
#include <Renaissance/Renaissance.h>
|
||||||
|
|
||||||
static NSMapTable *_inspectorsByClass;
|
static NSMapTable *_inspectorsByClass;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,9 @@
|
||||||
NSArray doesn't know about initWithObject:
|
NSArray doesn't know about initWithObject:
|
||||||
* EOInterface/EOTextAssociation.m
|
* EOInterface/EOTextAssociation.m
|
||||||
include right headers
|
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>
|
2013-03-08: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||||
* Apps/EOModelEditor/EOMEDocument.h
|
* Apps/EOModelEditor/EOMEDocument.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue