From ec8bbc8465200250ebac224841dfcf23bc70567a Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Thu, 11 Apr 2024 06:48:34 +0000 Subject: [PATCH] add ToString to Config --- src/sled/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sled/config.h b/src/sled/config.h index 5322665..a9661f1 100644 --- a/src/sled/config.h +++ b/src/sled/config.h @@ -17,7 +17,7 @@ public: Config &operator=(const Config &lhs) = delete; Config &operator=(Config &&rhs) noexcept = delete; - sled::string ToString() const; + std::string ToString() const; /** * case 1