Int => Int32
This commit is contained in:
parent
0f2b8e1009
commit
ffcb734bfd
@ -20,8 +20,8 @@ class IPC::Event::Timer < IPC::Event
|
|||||||
end
|
end
|
||||||
|
|
||||||
class IPC::Event::Base < IPC::Event
|
class IPC::Event::Base < IPC::Event
|
||||||
getter fd : Int
|
property fd : Int32
|
||||||
getter index : UInt64
|
property index : UInt32
|
||||||
|
|
||||||
def initialize(@fd, @index)
|
def initialize(@fd, @index)
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user