mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-21 02:20:55 +00:00
* DBModeler/Inspectors/AttributeInspector.m: Add missing guard to include.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30115 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2960b436cf
commit
04fcac2a87
2 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
(objectForGlobalID:,faultForGlobalID:editingContext:,registeredObjects):
|
(objectForGlobalID:,faultForGlobalID:editingContext:,registeredObjects):
|
||||||
Initialize variables.
|
Initialize variables.
|
||||||
|
|
||||||
|
* DBModeler/Inspectors/AttributeInspector.m: Add missing guard to include.
|
||||||
|
|
||||||
2010-04-09 Fred Kiefer <FredKiefer@gmx.de>
|
2010-04-09 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
|
|
@ -28,8 +28,10 @@
|
||||||
#include <Foundation/NSObjCRuntime.h>
|
#include <Foundation/NSObjCRuntime.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef GNUSTEP
|
||||||
#include <GNUstepBase/GNUstep.h>
|
#include <GNUstepBase/GNUstep.h>
|
||||||
#include <GNUstepBase/GSCategories.h>
|
#include <GNUstepBase/GSCategories.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#define NO_ZEROS(x, i) i ? [x setIntValue:i] : [x setStringValue:@""];
|
#define NO_ZEROS(x, i) i ? [x setIntValue:i] : [x setStringValue:@""];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue