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
This commit is contained in:
Ivan Vučica 2012-11-20 11:49:18 +00:00
parent 97589d82d2
commit 09b993ace2
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2012-11-19 18:54-CET Ivan Vučica <ivan@vucica.net>
* Source/GSInvocation.h: Renamed GSFrameInvocation to
GSDummyInvocation, to match implementation in
Source/NSInvocation.m.
2012-11-18 11:47-EST Gregory John Casamento <greg.casamento@gmail.com>
* Headers/Foundation/NSMetadataQuery.h: Remove old file.

View file

@ -57,7 +57,7 @@ typedef struct {
}
@end
@interface GSFrameInvocation : NSInvocation
@interface GSDummyInvocation : NSInvocation
{
}
@end