Commit c96f4e8bfaa303494fe654c410d186676719546d

Authored by Peter M. Groen
1 parent de402313

Implementation of Constructors

Showing 1 changed file with 4 additions and 0 deletions
src/Variant.cpp
... ... @@ -70,3 +70,7 @@ Variant::Variant(int64_t value)
70 70 {
71 71 }
72 72  
  73 +Type Variant::getType()
  74 +{
  75 +
  76 +}
73 77 \ No newline at end of file
... ...