mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
* GormCore/GormPrivate.m: Remove poseAs: override. Fix for
compilation with ObjC2.0 compilers. * Palettes/3Containers/GormNSTableColumnInspector.gorm: Correction for tableView column identifiers. Delegate wasn't connected. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@34763 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
74f3368acc
commit
d856f0eb5e
4 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2012-02-15 17:59-EST Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* GormCore/GormPrivate.m: Remove poseAs: override. Fix for
|
||||
compilation with ObjC2.0 compilers.
|
||||
* Palettes/3Containers/GormNSTableColumnInspector.gorm:
|
||||
Correction for tableView column identifiers. Delegate
|
||||
wasn't connected.
|
||||
|
||||
2012-02-06 02:02-EST Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Version: 1.2.16
|
||||
|
|
|
@ -75,16 +75,19 @@ static BOOL _isInInterfaceBuilder = NO;
|
|||
@end
|
||||
|
||||
@interface NSObject (GormPrivate)
|
||||
+ (void) poseAsClass: (Class)aClassObject;
|
||||
// + (void) poseAsClass: (Class)aClassObject;
|
||||
+ (BOOL) canSubstituteForClass: (Class)origClass;
|
||||
@end
|
||||
|
||||
@implementation NSObject (GormPrivate)
|
||||
/*
|
||||
+ (void) poseAsClass: (Class)aClassObject
|
||||
{
|
||||
// disable poseAs: while in Gorm.
|
||||
class_pose_as(self, aClassObject);
|
||||
NSLog(@"WARNING: poseAs: called in Gorm.");
|
||||
}
|
||||
*/
|
||||
|
||||
+ (BOOL) canSubstituteForClass: (Class)origClass
|
||||
{
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue