Int => Int32

poll
Karchnu 2020-07-02 22:36:51 +02:00
parent 0f2b8e1009
commit ffcb734bfd
1 changed files with 2 additions and 2 deletions

View File

@ -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