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