Build: More changes to address 32-bit builds

This commit is contained in:
Paul Beckingham
2015-04-18 10:26:37 +01:00
parent 39fb45447b
commit e3e72e32f1
3 changed files with 8 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ public:
Variant (const double);
Variant (const std::string&);
Variant (const char*);
Variant (const time_t, const enum type new_type = type_date);
Variant (const time_t, const enum type);
~Variant ();
void source (const std::string&);