diff --git a/src/Variant.cpp b/src/Variant.cpp index 1e431f7..16a9d4a 100644 --- a/src/Variant.cpp +++ b/src/Variant.cpp @@ -70,3 +70,7 @@ Variant::Variant(int64_t value) { } +Type Variant::getType() +{ + +} \ No newline at end of file