mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 15:30:49 +02:00
fix non explicit constructor
This commit is contained in:
parent
098bc7fda8
commit
e886a6698e
@ -24,7 +24,7 @@ class Timestamp : public serversdk::DatabaseTable {
|
|||||||
TABLE_PROPERTY(qint64, timestamp, set_timestamp, 0)
|
TABLE_PROPERTY(qint64, timestamp, set_timestamp, 0)
|
||||||
public:
|
public:
|
||||||
Timestamp() = default;
|
Timestamp() = default;
|
||||||
Timestamp(const Timestamp &time)
|
explicit Timestamp(const Timestamp &time)
|
||||||
{
|
{
|
||||||
this->set_timestamp(time.timestamp());
|
this->set_timestamp(time.timestamp());
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user