mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Fixed a compiler warning...
This commit is contained in:
@@ -100,8 +100,8 @@ Variant::Variant(std::vector<std::pair<Variant, Variant>> *table)
|
||||
|
||||
Variant::Variant(const Variant &v)
|
||||
: type(v.type)
|
||||
, data(v.data)
|
||||
, udatatype(v.udatatype)
|
||||
, data(v.data)
|
||||
{
|
||||
if (type == STRING)
|
||||
data.string->retain();
|
||||
|
||||
Reference in New Issue
Block a user