small fixes

This commit is contained in:
2021-03-10 23:10:21 +01:00
parent 3f46ae9c94
commit 11ad7fc3bc
5 changed files with 31 additions and 35 deletions

2
ml.h
View File

@@ -182,7 +182,7 @@ public:
MlValue operator%(const MlValue &other) const;
// Get the name of the type of this value
std::string get_type_name();
std::string get_type_name() const;
std::string display() const;