mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
Build: More changes to address 32-bit builds
This commit is contained in:
parent
39fb45447b
commit
e3e72e32f1
3 changed files with 8 additions and 8 deletions
|
@ -136,7 +136,7 @@ Variant::Variant (const char* value)
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Variant::Variant (const time_t value, const enum type new_type /*=type_date*/)
|
||||
Variant::Variant (const time_t value, const enum type new_type)
|
||||
: _type (new_type)
|
||||
, _bool (false)
|
||||
, _integer (0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue