mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 01:21:08 +00:00
Minor syntax changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2711 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d244eae5b2
commit
b6341c9181
3 changed files with 6 additions and 3 deletions
|
@ -439,7 +439,7 @@ my_method_get_next_argument (arglist_t argframe,
|
|||
memcpy (addr, datum, objc_sizeof_type(tmptype));
|
||||
}
|
||||
|
||||
- (void) setArgument:(void *)addr atIndex: (unsigned)i
|
||||
- (void) setArgument:(const void *)addr atIndex: (unsigned)i
|
||||
{
|
||||
const char *tmptype = return_type;
|
||||
void *datum;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue