mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
([Server -returnFloat]): Append float const with `f'. Include
<objects/Proxy.h> for -connectionForProxy. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1296 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8d74080c8f
commit
a4f3e36ac7
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
#include <objects/SocketPort.h>
|
||||
#include <objects/BinaryCStream.h>
|
||||
#include <objects/Connection.h>
|
||||
#include <objects/Proxy.h>
|
||||
#include <objects/String.h>
|
||||
#include <objects/Notification.h>
|
||||
#include <objects/RunLoop.h>
|
||||
|
@ -151,7 +152,7 @@
|
|||
|
||||
- (float) returnFloat
|
||||
{
|
||||
static float f = 2.3456789;
|
||||
static float f = 2.3456789f;
|
||||
return f;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue