mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
d401d6ee53
commit
dab6880359
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -57,7 +57,7 @@ typedef struct {
|
|||
}
|
||||
@end
|
||||
|
||||
@interface GSFrameInvocation : NSInvocation
|
||||
@interface GSDummyInvocation : NSInvocation
|
||||
{
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue