Commit ec8bbc84 authored by tqcq's avatar tqcq
Browse files

add ToString to Config

parent 4f8b6241
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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