diff options
Diffstat (limited to 'src/literal.h')
-rw-r--r-- | src/literal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/literal.h b/src/literal.h index 5e449c576..317839b72 100644 --- a/src/literal.h +++ b/src/literal.h @@ -85,6 +85,7 @@ public: assert(type.isSignature()); } explicit Literal(std::shared_ptr<GCData> gcData, HeapType type); + explicit Literal(std::string string); Literal(const Literal& other); Literal& operator=(const Literal& other); ~Literal(); |