Update SqBase.hpp

This commit is contained in:
Sandu Liviu Catalin
2021-02-01 00:34:59 +02:00
parent ef5f1b07c6
commit 533b058e58
+2 -2
View File
@@ -206,8 +206,8 @@ class CVehicle;
// ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------
template < typename > class LongInt; template < typename > class LongInt;
typedef LongInt< int64_t > SLongInt; typedef LongInt< signed long long > SLongInt;
typedef LongInt< uint64_t > ULongInt; typedef LongInt< unsigned long long > ULongInt;
// ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------
class SqBuffer; class SqBuffer;