mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: sint64 into uint64 to compile on old gcc
This commit is contained in:
parent
dedac1804a
commit
aa6aa81ca1
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ protected:
|
|||
float TimeOut;
|
||||
};
|
||||
|
||||
CHashMultiMap<sint64, CDeferredFX> _DeferredFXByDate;
|
||||
CHashMultiMap<uint64, CDeferredFX> _DeferredFXByDate;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue