diff options
Diffstat (limited to 'src/lib/formats/fsmeta.h')
-rw-r--r-- | src/lib/formats/fsmeta.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/fsmeta.h b/src/lib/formats/fsmeta.h index 12ca8ef8e1a..4c1cefdc599 100644 --- a/src/lib/formats/fsmeta.h +++ b/src/lib/formats/fsmeta.h @@ -46,7 +46,7 @@ enum class meta_type { class meta_value { public: - static std::string to_string(meta_type type, const meta_value &m); + std::string to_string() const; static meta_value from_string(meta_type type, std::string value); meta_value() { value = false; } |