From 09b993ace2f0ae6e5a58c07867df60c667c093ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Vu=C4=8Dica?= Date: Tue, 20 Nov 2012 11:49:18 +0000 Subject: [PATCH] Renamed GSFrameInvocation to GSDummyInvocation in header. Now, the class name in header matches the class name in implementation. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35806 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ Source/GSInvocation.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9a2d99d38..c1c1b4df6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-11-19 18:54-CET Ivan Vučica + + * Source/GSInvocation.h: Renamed GSFrameInvocation to + GSDummyInvocation, to match implementation in + Source/NSInvocation.m. + 2012-11-18 11:47-EST Gregory John Casamento * Headers/Foundation/NSMetadataQuery.h: Remove old file. diff --git a/Source/GSInvocation.h b/Source/GSInvocation.h index 90bee043a..03d751b01 100644 --- a/Source/GSInvocation.h +++ b/Source/GSInvocation.h @@ -57,7 +57,7 @@ typedef struct { } @end -@interface GSFrameInvocation : NSInvocation +@interface GSDummyInvocation : NSInvocation { } @end