mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-19 17:50:47 +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):
|
||||
Initialize variables.
|
||||
|
||||
* DBModeler/Inspectors/AttributeInspector.m: Add missing guard to include.
|
||||
|
||||
2010-04-09 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
|
|
|
@ -28,8 +28,10 @@
|
|||
#include <Foundation/NSObjCRuntime.h>
|
||||
#endif
|
||||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#endif
|
||||
|
||||
#define NO_ZEROS(x, i) i ? [x setIntValue:i] : [x setStringValue:@""];
|
||||
|
||||
|
|
Loading…
Reference in a new issue